Re: [dpdk-dev] [PATCH 2/2] net/qede: fix prefetch from incorrect place in Tx path

2019-01-18 Thread Rasesh Mody
>From: dev On Behalf Of Shahed Shaikh >Sent: Friday, January 18, 2019 2:30 AM > >Incorrect placement of prefetch in Tx path is causing a performance drop of >around ~2% on AMD platform. > >Fixes: 2ea6f76aff40 ("qede: add core driver") >Cc: sta...@dpdk.org > >Signed-off-by: Shahed Shaikh >--- Ack

[dpdk-dev] [PATCH 2/2] net/qede: fix prefetch from incorrect place in Tx path

2019-01-18 Thread Shahed Shaikh
Incorrect placement of prefetch in Tx path is causing a performance drop of around ~2% on AMD platform. Fixes: 2ea6f76aff40 ("qede: add core driver") Cc: sta...@dpdk.org Signed-off-by: Shahed Shaikh --- drivers/net/qede/qede_rxtx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/