From: Sunil Goutham <[email protected]>
This patch series contains contains couple of cleanup patches.
Sunil Goutham (1):
net, thunderx: Remove unnecessary rcv buffer start address management
Yury Norov (1):
net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 189 +++++---------------
drivers/net/ethernet/cavium/thunder/nicvf_queues.h | 10 +-
2 files changed, 51 insertions(+), 148 deletions(-)
Tested-by: Pavel Fedin <[email protected]>
Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Sunil
> Goutham
> Sent: Monday, December 07, 2015 8:01 AM
> To: [email protected]
> Cc: [email protected]; [email protected]; [email protected];
> [email protected]; Sunil Goutham
> Subject: [PATCH 0/2] net: thunderx: Miscellaneous cleanups
>
> From: Sunil Goutham <[email protected]>
>
> This patch series contains contains couple of cleanup patches.
>
> Sunil Goutham (1):
> net, thunderx: Remove unnecessary rcv buffer start address management
>
> Yury Norov (1):
> net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
>
> drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 189 +++++---------------
> drivers/net/ethernet/cavium/thunder/nicvf_queues.h | 10 +-
> 2 files changed, 51 insertions(+), 148 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Sunil Goutham <[email protected]>
Date: Mon, 7 Dec 2015 10:30:31 +0530
> This patch series contains contains couple of cleanup patches.
Series applied to net-next, thanks.