Re: [dpdk-dev] [PATCH v3] net/tap: fix promiscuous rules double insertions

2018-02-14 Thread Thomas Monjalon
14/02/2018 14:13, Pascal Mazon: > On 14/02/2018 12:32, Ophir Munk wrote: > > Running testpmd command "port stop all" followed by command "port start > > all" may result in a TAP error: > > PMD: Kernel refused TC filter rule creation (17): File exists > > > > Root cause analysis: during the executio

Re: [dpdk-dev] [PATCH v3] net/tap: fix promiscuous rules double insertions

2018-02-14 Thread Pascal Mazon
Good job. Looks ok to me. Acked-by: Pascal Mazon On 14/02/2018 12:32, Ophir Munk wrote: > Running testpmd command "port stop all" followed by command "port start > all" may result in a TAP error: > PMD: Kernel refused TC filter rule creation (17): File exists > > Root cause analysis: during the

[dpdk-dev] [PATCH v3] net/tap: fix promiscuous rules double insertions

2018-02-14 Thread Ophir Munk
Running testpmd command "port stop all" followed by command "port start all" may result in a TAP error: PMD: Kernel refused TC filter rule creation (17): File exists Root cause analysis: during the execution of "port start all" command testpmd calls rte_eth_promiscuous_enable() while during the ex