DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/memif: change link speed to 100G
@ 2022-10-10  9:35 Nathan Skrzypczak
  2022-11-06 10:46 ` Andrew Rybchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Nathan Skrzypczak @ 2022-10-10  9:35 UTC (permalink / raw)
  To: dev; +Cc: jgrajcia

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 <nathan.skrzypczak@gmail.com>
---
 drivers/net/memif/rte_eth_memif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/memif/rte_eth_memif.c b/drivers/net/memif/rte_eth_memif.c
index 5b5cae34ea..1b1c1a652b 100644
--- a/drivers/net/memif/rte_eth_memif.c
+++ b/drivers/net/memif/rte_eth_memif.c
@@ -55,7 +55,7 @@ static const char * const valid_arguments[] = {
 };
 
 static const struct rte_eth_link pmd_link = {
-	.link_speed = RTE_ETH_SPEED_NUM_10G,
+	.link_speed = RTE_ETH_SPEED_NUM_100G,
 	.link_duplex = RTE_ETH_LINK_FULL_DUPLEX,
 	.link_status = RTE_ETH_LINK_DOWN,
 	.link_autoneg = RTE_ETH_LINK_AUTONEG
-- 
2.37.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/memif: change link speed to 100G
  2022-10-10  9:35 [PATCH] net/memif: change link speed to 100G Nathan Skrzypczak
@ 2022-11-06 10:46 ` Andrew Rybchenko
  2022-11-06 10:51   ` Andrew Rybchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Rybchenko @ 2022-11-06 10:46 UTC (permalink / raw)
  To: Nathan Skrzypczak, dev; +Cc: jgrajcia

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 <nathan.skrzypczak@gmail.com>

Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/memif: change link speed to 100G
  2022-11-06 10:46 ` Andrew Rybchenko
@ 2022-11-06 10:51   ` Andrew Rybchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Rybchenko @ 2022-11-06 10:51 UTC (permalink / raw)
  To: Nathan Skrzypczak, dev; +Cc: jgrajcia

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 <nathan.skrzypczak@gmail.com>
> 
> Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
> 
> 


Applied to dpdk-next-net/main, thanks.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-06 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10  9:35 [PATCH] net/memif: change link speed to 100G Nathan Skrzypczak
2022-11-06 10:46 ` Andrew Rybchenko
2022-11-06 10:51   ` Andrew Rybchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).