Re: [dpdk-dev] [PATCH 1/7] net/ixgbe/base: support Broadwell-DE XFI backplane

2017-01-12 Thread Dai, Wei
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, January 11, 2017 11:38 PM > To: Dai, Wei ; dev@dpdk.org > Cc: Zhang, Helin ; Ananyev, Konstantin > > Subject: Re: [dpdk-dev] [PATCH 1/7] net/ixgbe/base: support Broadwell-DE XFI > backplane > >

Re: [dpdk-dev] [PATCH 1/7] net/ixgbe/base: support Broadwell-DE XFI backplane

2017-01-11 Thread Ferruh Yigit
On 1/10/2017 3:45 PM, Wei Dai wrote: > This patch adds initial support for a Braodwell-DE XFI backplane > interface. The XFI backplane requires a custom tuned link. > Hardware/Firmware owns the link config for XF backplane and software > must not interfere with it. Does it make sense to announce t

[dpdk-dev] [PATCH 1/7] net/ixgbe/base: support Broadwell-DE XFI backplane

2017-01-10 Thread Wei Dai
This patch adds initial support for a Braodwell-DE XFI backplane interface. The XFI backplane requires a custom tuned link. Hardware/Firmware owns the link config for XF backplane and software must not interfere with it. Signed-off-by: Wei Dai --- drivers/net/ixgbe/base/ixgbe_api.c | 1 + driv