[dpdk-dev] [PATCH] pcap: set in_port value in packet mbuf data when each packet is received

2014-09-24 Thread Saori USAMI
Hi, How about the following patch for the next DPDK release? Thanks, Saori 2014-09-05 19:10 GMT+09:00 Saori USAMI : > The pkt.in_port parameter in mbuf should be set with an input port id > because DPDK apps may use it to know where each packet came from. > > Signed-off-by:

[dpdk-dev] [PATCH] pcap: set in_port value in packet mbuf data when each packet is received

2014-09-05 Thread Saori USAMI
The pkt.in_port parameter in mbuf should be set with an input port id because DPDK apps may use it to know where each packet came from. Signed-off-by: Saori USAMI --- lib/librte_pmd_pcap/rte_eth_pcap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/librte_pmd_pcap/rte_eth_pcap.c b