Re: [dpdk-dev] [PATCH v2] net/pcap: set queue started and stopped

2018-07-19 Thread Ferruh Yigit
On 7/19/2018 10:32 AM, Ferruh Yigit wrote: > On 7/18/2018 5:30 PM, Gage Eads wrote: >> Set the rx and tx queue state appropriately when the queues or device are >> started or stopped. This enables usage of the ethdev rx/tx queue start/stop >> functions with the PCAP PMD. >> >> Signed-off-by: Gage E

Re: [dpdk-dev] [PATCH v2] net/pcap: set queue started and stopped

2018-07-19 Thread Ferruh Yigit
On 7/18/2018 5:30 PM, Gage Eads wrote: > Set the rx and tx queue state appropriately when the queues or device are > started or stopped. This enables usage of the ethdev rx/tx queue start/stop > functions with the PCAP PMD. > > Signed-off-by: Gage Eads Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH v2] net/pcap: set queue started and stopped

2018-07-18 Thread Gage Eads
Set the rx and tx queue state appropriately when the queues or device are started or stopped. This enables usage of the ethdev rx/tx queue start/stop functions with the PCAP PMD. Signed-off-by: Gage Eads --- v2 changes: - Expand the commit message - Fix queue start/stop state setting in eth_dev_s