Re: [dpdk-dev] [PATCH 1/3] net/enic: restrict several handlers to primary process

2019-10-09 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, October 9, 2019 5:02 PM > To: Hyong Youb Kim (hyonkim) > Cc: dev@dpdk.org; John Daley (johndale) ; Dirk- > Holger Lenz ; sta...@dpdk.org > Subject: Re: [PATCH 1/3] net/enic: restrict several handlers to primary > process > > On

Re: [dpdk-dev] [PATCH 1/3] net/enic: restrict several handlers to primary process

2019-10-09 Thread Ferruh Yigit
On 9/6/2019 7:50 AM, Hyong Youb Kim wrote: > These eth_dev_ops handlers should run only in the primary process. > - filter_ctrl > - reta_update > - rss_hash_update > - set_mc_addr_list > - udp_tunnel_port_add > - udp_tunnel_port_del > > Fixes: c2fec27b5cb0 ("net/enic: allow to change RSS settings"

[dpdk-dev] [PATCH 1/3] net/enic: restrict several handlers to primary process

2019-09-05 Thread Hyong Youb Kim
These eth_dev_ops handlers should run only in the primary process. - filter_ctrl - reta_update - rss_hash_update - set_mc_addr_list - udp_tunnel_port_add - udp_tunnel_port_del Fixes: c2fec27b5cb0 ("net/enic: allow to change RSS settings") Fixes: 8d496995346c ("net/enic: support multicast filtering