Re: [dpdk-users] How to receive packets from non-DPDK requests?

2018-11-14 Thread Wiles, Keith
> On Nov 14, 2018, at 1:05 PM, Sungho Hong wrote: > > Thanks for the reply, but excluding the ARP, > Is it possible to receive POSIX TCP or UDP packets using DPDK-application? > > Because DPDK application for me right now, only recognizes the packets sent > from DPDK only. But by the

Re: [dpdk-users] How to receive packets from non-DPDK requests?

2018-11-14 Thread Sungho Hong
Thanks for the reply, but excluding the ARP, Is it possible to receive POSIX TCP or UDP packets using DPDK-application? Because DPDK application for me right now, only recognizes the packets sent from DPDK only. But by the sound of it, and based on your reply DPDK can receive packets from

Re: [dpdk-users] How to receive packets from non-DPDK requests?

2018-11-14 Thread Wiles, Keith
> On Nov 14, 2018, at 11:35 AM, Sungho Hong wrote: > > Hello DPDK users, > > I am trying to receive the packets from non-DPDK requests, > Currently, I am trying to send ARP requests, but it seems that DPDK > application only understands the packets that are sent by DPDK. > > Is there some

[dpdk-users] How to receive packets from non-DPDK requests?

2018-11-14 Thread Sungho Hong
Hello DPDK users, I am trying to receive the packets from non-DPDK requests, Currently, I am trying to send ARP requests, but it seems that DPDK application only understands the packets that are sent by DPDK. Is there some configuration that needs to be done in order to receive non-DPDK