Re: [dpdk-dev] [PATCH v1 0/5] fix promisc and tcam problem

2020-07-03 Thread Ferruh Yigit
On 6/27/2020 4:55 AM, Xiaoyun wang wrote: > This patch adds multi-thread resource protection when > setting promiscuous or allmulticast mode, adds bufout > and out size parameter for mgmt sync channel and removes > unused parameters for mgmt channel with no ack, adds TCAM > filter switch for FDIR,

[dpdk-dev] [PATCH v1 0/5] fix promisc and tcam problem

2020-06-26 Thread Xiaoyun wang
This patch adds multi-thread resource protection when setting promiscuous or allmulticast mode, adds bufout and out size parameter for mgmt sync channel and removes unused parameters for mgmt channel with no ack, adds TCAM filter switch for FDIR, and modifies return errors. -- v1: - add out par