<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dynamically resolve ARP upon ipfwd application in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Dynamically-resolve-ARP-upon-ipfwd-application/m-p/459230#M2665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: TimesLTStd-Roman; font-size: 14pt; color: #000000;"&gt;The SDK1.6 says that:Note that ipfwd application does not dynamically &lt;SPAN style="font-size: 14pt;"&gt;resolve ARP – missing ARP entries will result in the application dropping the packet.&lt;/SPAN&gt;&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14pt; font-family: TimesLTStd-Roman;"&gt;So how to &lt;SPAN style="color: #000000; font-family: TimesLTStd-Roman; font-size: 19px;"&gt;dynamically &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;resolve ARP&lt;/SPAN&gt;? Modify the code of ipfwd application?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2015 08:29:50 GMT</pubDate>
    <dc:creator>shanfeifei</dc:creator>
    <dc:date>2015-12-30T08:29:50Z</dc:date>
    <item>
      <title>Dynamically resolve ARP upon ipfwd application</title>
      <link>https://community.nxp.com/t5/P-Series/Dynamically-resolve-ARP-upon-ipfwd-application/m-p/459230#M2665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: TimesLTStd-Roman; font-size: 14pt; color: #000000;"&gt;The SDK1.6 says that:Note that ipfwd application does not dynamically &lt;SPAN style="font-size: 14pt;"&gt;resolve ARP – missing ARP entries will result in the application dropping the packet.&lt;/SPAN&gt;&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14pt; font-family: TimesLTStd-Roman;"&gt;So how to &lt;SPAN style="color: #000000; font-family: TimesLTStd-Roman; font-size: 19px;"&gt;dynamically &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;resolve ARP&lt;/SPAN&gt;? Modify the code of ipfwd application?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 08:29:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Dynamically-resolve-ARP-upon-ipfwd-application/m-p/459230#M2665</guid>
      <dc:creator>shanfeifei</dc:creator>
      <dc:date>2015-12-30T08:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically resolve ARP upon ipfwd application</title>
      <link>https://community.nxp.com/t5/P-Series/Dynamically-resolve-ARP-upon-ipfwd-application/m-p/459231#M2666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello shan feifei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USDPAA IPFWD could response ARP request, but won't send ARP request to resolve ARP, thus ARP entries needs to be hard coded in configuration script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you need additional development, to support dynamic ARP:&lt;/P&gt;&lt;P&gt;1. Implement in IPFWD application.&lt;/P&gt;&lt;P&gt;2. Offload to Linux, get it from there and cache to IPFWD application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it urgent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Lunmin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:18:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Dynamically-resolve-ARP-upon-ipfwd-application/m-p/459231#M2666</guid>
      <dc:creator>lunminliang</dc:creator>
      <dc:date>2016-01-18T10:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically resolve ARP upon ipfwd application</title>
      <link>https://community.nxp.com/t5/P-Series/Dynamically-resolve-ARP-upon-ipfwd-application/m-p/459232#M2667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Lunmin,thank you for your reply!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;It is a little urgent,so do you have some ready-made C codes for &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;resolving ARP?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 02:49:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Dynamically-resolve-ARP-upon-ipfwd-application/m-p/459232#M2667</guid>
      <dc:creator>shanfeifei</dc:creator>
      <dc:date>2016-01-20T02:49:39Z</dc:date>
    </item>
  </channel>
</rss>

