Re: [PATCH v2] net/memif: default to physical socket

2023-02-08 Thread Nathan Skrzypczak
Hi Ferruh, Sorry for the late reply, You can probably drop this patch. Kind regards, -Nathan Le ven. 9 déc. 2022 à 16:13, Ferruh Yigit a écrit : > On 12/8/2022 11:24 AM, Nathan Skrzypczak wrote: > > Hi Stephen, Hi Ferruh, > > > > I don't have a strong opinion on u

Re: [PATCH v2] net/memif: default to physical socket

2022-12-12 Thread Nathan Skrzypczak
o you think ? (Also iirc Jakub is not receiving emails on this address) Cheers -Nathan Le mer. 7 déc. 2022 à 22:01, Stephen Hemminger a écrit : > On Wed, 7 Dec 2022 17:15:06 + > Ferruh Yigit wrote: > > > On 12/7/2022 3:56 PM, Nathan Skrzypczak wrote: > > > Hi Ferruh,

Re: [PATCH v2] net/memif: default to physical socket

2022-12-12 Thread Nathan Skrzypczak
you think ? Cheers -Nathan [0] 2f865ed07b Le mer. 7 déc. 2022 à 16:14, Ferruh Yigit a écrit : > On 10/17/2022 1:12 PM, Nathan Skrzypczak wrote: > > This patch changes the default value of the memif abstract > > socket flag to false. The implementation of memif with > >

Memif PMD maintainer

2022-10-24 Thread Nathan Skrzypczak
Hi DPDK maintainers, I have a question regarding maintainership of the memif PMD - following two patches I pushed [0] & [1]. Jakub Grajciar [2] is listed as the sole maintainer of the PMD, but I think he is now working on other projects, also I'm not sure also whether he still receives emails. Wha

[PATCH v2] net/memif: default to physical socket

2022-10-24 Thread Nathan Skrzypczak
ioning the nature of the socket concerned in an attempt to avoid future foot-gunning. [0] commit 2f865ed07bb6 ("net/memif: use abstract socket address") Signed-off-by: Nathan Skrzypczak --- doc/guides/nics/memif.rst | 2 +- drivers/net/memif/memif_socket.c | 7 +-- drivers/net/m

[PATCH] net/memif: default to physical socket

2022-10-10 Thread Nathan Skrzypczak
onning the nature of the socket concerned in an attempt to avoid future foot-gunning. [0] commit 2f865ed07bb6 ("net/memif: use abstract socket address") Signed-off-by: Nathan Skrzypczak --- doc/guides/nics/memif.rst | 2 +- drivers/net/memif/memif_socket.c | 7 +-

[PATCH] net/memif: change link speed to 100G

2022-10-10 Thread Nathan Skrzypczak
This patch changes the advertised link speed for the memif driver from 10G to 100G as the memory interfaces can reach higher throughputs than 10G with large packets. Signed-off-by: Nathan Skrzypczak --- drivers/net/memif/rte_eth_memif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [dpdk-dev] [PATCH v2] net/memif: fix abstract socket addr_len

2021-07-31 Thread Nathan Skrzypczak
other utilities (e.g. > > > lsof -U) > > > > > > Signed-off-by: Nathan Skrzypczak > > > > Looks ok to me. > > > > Reviewed-by: Jakub Grajciar > > Applied, thanks. > > >

[dpdk-dev] [PATCH v2] net/memif: fix abstract socket addr_len

2021-07-26 Thread Nathan Skrzypczak
This fixes using abstract sockets with memifs. we were not passing the exact addr_len, which requires zeroing the remaining sun_path and doesn't appear well in other utilities (e.g. lsof -U) Signed-off-by: Nathan Skrzypczak --- drivers/net/memif/memif_socket.c | 15 --- 1

[dpdk-dev] [PATCH] net/memif: fix abstract socket addr_len

2021-06-18 Thread Nathan Skrzypczak
This fixes using abstract sockets with memifs. we were not passing the exact addr_len, which requires zeroing the remaining sun_path and doesn't appear well in other utilities (e.g. lsof -U) Signed-off-by: Nathan Skrzypczak --- drivers/net/memif/memif_socket.c | 13 ++--- 1 file ch