On 1/9/2017 11:55 AM, Ferruh Yigit wrote: > On 1/5/2017 2:33 PM, Timmons C. Player wrote: >> When using the same file descriptor for both rx and tx, the >> eth_dev_stop function would close the same fd twice. This >> change prevents that from happening. >> >> Signed-off-by: Timmons C. Player <timmons.pla...@spirent.com> > > Fixes: 364e08f2bbc0 ("af_packet: add PMD for AF_PACKET-based virtual > devices") > > CC:sta...@dpdk.org > > Acked-by: Ferruh Yigit <ferruh.yi...@intel.com> >
Applied to dpdk-next-net/master, thanks.