Re: [dpdk-dev] [PATCH] net/szedata2: add Silicom Mango support

2019-07-01 Thread Rastislav Černay
Hi, I sent patches for both nfb and szedata2 with the documentation update. Patches: https://patches.dpdk.org/patch/55764/ https://patches.dpdk.org/patch/55763/ *Rastislav Černay I Software DeveloperNetcope Technologies, a.s.T: +420 530 510 680 <+420%20530%20510%20680>A: Sochorova 3232/34, B

Re: [dpdk-dev] [PATCH] net/szedata2: add Silicom Mango support

2019-06-28 Thread Ferruh Yigit
On 6/28/2019 3:08 PM, Jan Remeš wrote: > On Thu, Jun 27, 2019 at 7:49 PM Ferruh Yigit wrote: >> >> On 6/13/2019 2:01 PM, Rastislav Cernay wrote: >>> From: Rastislav Cernay >>> >>> Add support for Silicom FB2CGG3 smart NIC >>> >>> Signed-off-by: Rastislav Cernay >> >> Applied to dpdk-next-net/mas

Re: [dpdk-dev] [PATCH] net/szedata2: add Silicom Mango support

2019-06-28 Thread Jan Remeš
On Thu, Jun 27, 2019 at 7:49 PM Ferruh Yigit wrote: > > On 6/13/2019 2:01 PM, Rastislav Cernay wrote: > > From: Rastislav Cernay > > > > Add support for Silicom FB2CGG3 smart NIC > > > > Signed-off-by: Rastislav Cernay > > Applied to dpdk-next-net/master, thanks. > > (But this requires Ack from

Re: [dpdk-dev] [PATCH] net/szedata2: add Silicom Mango support

2019-06-27 Thread Ferruh Yigit
On 6/13/2019 2:01 PM, Rastislav Cernay wrote: > From: Rastislav Cernay > > Add support for Silicom FB2CGG3 smart NIC > > Signed-off-by: Rastislav Cernay Applied to dpdk-next-net/master, thanks. (But this requires Ack from maintainer, Jan if you agree please ack the patch, or I will drop from

[dpdk-dev] [PATCH] net/szedata2: add Silicom Mango support

2019-06-13 Thread Rastislav Cernay
From: Rastislav Cernay Add support for Silicom FB2CGG3 smart NIC Signed-off-by: Rastislav Cernay --- drivers/net/szedata2/rte_eth_szedata2.c | 8 drivers/net/szedata2/rte_eth_szedata2.h | 3 +++ 2 files changed, 11 insertions(+) diff --git a/drivers/net/szedata2/rte_eth_szedata2.c b