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

2022-11-06 Thread Andrew Rybchenko
On 11/6/22 13:46, Andrew Rybchenko wrote: On 10/10/22 12:35, Nathan Skrzypczak wrote: 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 Acked-b

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

2022-11-06 Thread Andrew Rybchenko
On 10/10/22 12:35, Nathan Skrzypczak wrote: 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 Acked-by: Andrew Rybchenko

[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(-) diff