Dynamically resolve ARP upon ipfwd application

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynamically resolve ARP upon ipfwd application

453 Views
shanfeifei
Contributor II

The SDK1.6 says that:Note that ipfwd application does not dynamically resolve ARP – missing ARP entries will result in the application dropping the packet.

So how to dynamically resolve ARP? Modify the code of ipfwd application?

Labels (1)
0 Kudos
2 Replies

321 Views
lunminliang
NXP Employee
NXP Employee

Hello shan feifei,

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.

Yes, you need additional development, to support dynamic ARP:

1. Implement in IPFWD application.

2. Offload to Linux, get it from there and cache to IPFWD application.

Is it urgent?


Have a great day,
Lunmin

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

321 Views
shanfeifei
Contributor II

Hi,Lunmin,thank you for your reply!

It is a little urgent,so do you have some ready-made C codes for resolving ARP?

0 Kudos