[dpdk-dev] [PATCH] pmd_pcap: fixed incorrect mbuf allocation

2013-12-10 Thread Thomas Monjalon
26/11/2013 17:49, Richardson, Bruce : > The mbufs returned by the pcap pmd RX function were constantly > reused, instead of being allocated on demand. This has been fixed. > > Signed-off-by: Bruce Richardson Acked and applied with reports from Mats Liljegren and Robert Sanford. -- Thomas

[dpdk-dev] [PATCH] pmd_pcap: fixed incorrect mbuf allocation

2013-11-26 Thread Richardson, Bruce
The mbufs returned by the pcap pmd RX function were constantly reused, instead of being allocated on demand. This has been fixed. Signed-off-by: Bruce Richardson --- lib/librte_pmd_pcap/rte_eth_pcap.c | 37 +-- 1 files changed, 26 insertions(+), 11 deletions(-)