Re: [v6] net/af_xdp: enable uds_path instead of use_cni

2023-12-21 Thread David Marchand
On Thu, Dec 21, 2023 at 12:46 PM Maryam Tahhan wrote: > > If there are fixes mixed in, please separate them in dedicated patches > > so we can backport them to LTS releases. > > Thanks for the Feedback David, I don't quite understand the ask here, is to > to have a separate patch for documentatio

Re: [v6] net/af_xdp: enable uds_path instead of use_cni

2023-12-21 Thread Maryam Tahhan
On 21/12/2023 11:36, David Marchand wrote: Hello, On Fri, Dec 15, 2023 at 4:40 PM Maryam Tahhan wrote: With the original 'use_cni' implementation, (using a hardcoded socket rather than a configurable one), if a DPDK pod is requesting multiple net devices and these devices are from different po

Re: [v6] net/af_xdp: enable uds_path instead of use_cni

2023-12-21 Thread David Marchand
Hello, On Fri, Dec 15, 2023 at 4:40 PM Maryam Tahhan wrote: > > With the original 'use_cni' implementation, (using a > hardcoded socket rather than a configurable one), > if a DPDK pod is requesting multiple net devices > and these devices are from different pools, then > the container attempts t

RE: [v6] net/af_xdp: enable uds_path instead of use_cni

2023-12-21 Thread Koikkara Reeny, Shibin
com; > liuyongl...@huawei.com; Koikkara Reeny, Shibin > ; Loftus, Ciara > Cc: dev@dpdk.org; Tahhan, Maryam > Subject: [v6] net/af_xdp: enable uds_path instead of use_cni > > With the original 'use_cni' implementation, (using a hardcoded socket rather > than a configurable

[v6] net/af_xdp: enable uds_path instead of use_cni

2023-12-15 Thread Maryam Tahhan
With the original 'use_cni' implementation, (using a hardcoded socket rather than a configurable one), if a DPDK pod is requesting multiple net devices and these devices are from different pools, then the container attempts to mount all the netdev UDSes in the pod as /tmp/afxdp.sock. Which means th