[PATCH v2 net-next 06/10] qed: Get rid of the attention-arrays

2017-05-28 Thread Yuval Mintz
We have almost all the necessary information regarding attentions in the logic employed for taking register dumps. Add some more and get rid of the seperate implementation we have today for identifying & printing various attention sources. Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlog

[PATCH v2 net-next 09/10] qed: Mask parities after occurance

2017-05-28 Thread Yuval Mintz
Parities might exhibit a flood behavior since we re-enable the attention line without preventing the parity from re-triggering the assertion. Mask the source in AEU until the parity would be handled. Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_int.c | 36 ++

[PATCH v2 net-next 08/10] qed: Print multi-bit attentions properly

2017-05-28 Thread Yuval Mintz
In strucuture reflecting the AEU hw block some entries represent multiple HW bits, and the associated name is in fact a pattern. Today, whenever such an attention would be asserted the resulted prints would show the pattern string instead of indicating which of the possible bits was set. Signed-of

[PATCH v2 net-next 10/10] qed: Cache alignemnt padding to match host

2017-05-28 Thread Yuval Mintz
Improve PCI performance by adjusting padding sizes to match those of the host machine's cacheline. Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_dev.c | 15 +-- drivers/net/ethernet/qlogic/qed/qed_reg_addr.h | 1 + 2 files changed, 14 insertions(+), 2 delet

[PATCH v2 net-next 05/10] qed: Support dynamic s-tag change

2017-05-28 Thread Yuval Mintz
In case management firmware indicates a change in the used S-tag, propagate the configuration to HW and FW. Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_hsi.h | 4 +++- drivers/net/ethernet/qlogic/qed/qed_mcp.c | 26 +++ drivers/net/ethe

[PATCH v2 net-next 07/10] qed: Diffrentiate adapter-specific attentions

2017-05-28 Thread Yuval Mintz
There are 4 attention bits in AEU that have different meaning for QL45xxx and QL41xxx adapters. Instead of doing a massive infrastructure change in favor of these bits, we implement a point fix where only those four would change meaning dependent on the adapter involved. Signed-off-by: Yuval Mint

[PATCH v2 net-next 03/10] qed: Don't inherit RoCE DCBx for V2

2017-05-28 Thread Yuval Mintz
From: Sudarsana Reddy Kalluru Older firmware used by device didn't distinguish between RoCE and RoCE V2 from DCBx configuration perspective, and as a result we've used to take a the RoCE-related configuration and apply to it for both. Since we now support configuring each its own values, there's

[PATCH v2 net-next 04/10] qed: QL41xxx VF MSI-x table

2017-05-28 Thread Yuval Mintz
The QL41xxx adapters' PCI allows a single configuration for the MSI-x table size of all child VFs of a given PF. The existing code wouldn't cause the management firmware to set that value, meaning the VFs would retain the default MSI-x table size. Introduce a new scheme so that whenever a VF is en

[PATCH v2 net-next 01/10] qed: Add missing static/local dcbx info

2017-05-28 Thread Yuval Mintz
From: Sudarsana Reddy Kalluru Some getters are not getting filled with the correct information regarding local DCBx. Fixes: 49632b5822ea ("qed: Add support for static dcbx.") Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 4 +

[PATCH v2 net-next 02/10] qed: Correct DCBx update scheme

2017-05-28 Thread Yuval Mintz
From: Sudarsana Reddy Kalluru Instead of using a boolean value that propagates to FW configuration, use the proper firmware HSI values. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 17 + drivers/net/ethernet

[PATCH v2 net-next 00/10] qed: DCBx and Attentions series

2017-05-28 Thread Yuval Mintz
The series contains 2 major components [& some odd bits]: - The first 3 patches are DCBx-related, containg missing bits in the implementation, correcting existing API and removing code no longer necessary. - Most of the remaining patches are interrupt/hw-attention related, adding some di

Re: vxlan: use after free error

2017-05-28 Thread Mark Bloch
Hi Roopa, On 29/05/2017 05:50, Roopa Prabhu wrote: > On Sun, May 28, 2017 at 3:49 AM, Mark Bloch wrote: >> Hi, >> >> I'm getting a KASAN (use after free) error when doing: >> >> ip link add vxlan1 type vxlan external >> ip link set vxlan1 up >> ip link set vxlan1 down >> ip link del vxlan1 >> >>

[PATCH] Documentation: networking: add DPAA Ethernet document

2017-05-28 Thread Madalin Bucur
Signed-off-by: Madalin Bucur Signed-off-by: Camelia Groza --- Documentation/networking/dpaa.txt | 194 ++ 1 file changed, 194 insertions(+) create mode 100644 Documentation/networking/dpaa.txt diff --git a/Documentation/networking/dpaa.txt b/Documentation/n

Re: [for-next 5/6] net/mlx5: Bump driver version

2017-05-28 Thread Leon Romanovsky
On Fri, May 26, 2017 at 02:53:18PM -0700, Jakub Kicinski wrote: > On Fri, 26 May 2017 12:55:22 -0400, Dennis Dalessandro wrote: > > >> I realize Dave has already pulled this and I'm not asking for it to be > > >> reverted but maybe some discussion will help guide future patch > > >> submissions >

Re: running an eBPF program

2017-05-28 Thread Y Song
On Sun, May 28, 2017 at 12:38 AM, Adel Fuchs wrote: > Hi, > Is there any way to run this eBPF program without that patch? > Alternatively, is there any other eBPF sample that does run properly? I need > to run a program that filters packets according to IP address or port. The following is tempor

Re: vxlan: use after free error

2017-05-28 Thread Roopa Prabhu
On Sun, May 28, 2017 at 3:49 AM, Mark Bloch wrote: > Hi, > > I'm getting a KASAN (use after free) error when doing: > > ip link add vxlan1 type vxlan external > ip link set vxlan1 up > ip link set vxlan1 down > ip link del vxlan1 > > [ 600.495331] > ==

[PATCH net] cxgb4: avoid crash on PCI error recovery path

2017-05-28 Thread Guilherme G. Piccoli
During PCI error recovery process, specifically on eeh_err_detected() we might have a NULL netdev struct, hence a direct dereference will lead to a kernel oops. This was observed with latest upstream kernel (v4.12-rc2) on Chelsio adapter T422-CR in PowerPC machines. This patch checks for NULL poin

[PATCH net-next v2 08/13] nfp: support variable NSP response lengths

2017-05-28 Thread Jakub Kicinski
We want to support extendable commands, where newer versions of the management FW may provide more information. Zero out the communication buffer before passing control to NSP. This way if management FW is old and only fills in first N bytes, the remaining ones will be zeros which extended ABI fi

[PATCH net-next v2 07/13] nfp: shorten CPP core probe logs

2017-05-28 Thread Jakub Kicinski
We currently print reserved BAR mappings info as we create them. This makes the probe logs longer than necessary. Print into a buffer instead and log all the info as a single line. Signed-off-by: Jakub Kicinski --- .../net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c | 19 +++

[PATCH net-next v2 09/13] nfp: add hwmon support

2017-05-28 Thread Jakub Kicinski
From: David Brunecz Add support for retrieving temperature and power sensor and limits via NSP. Signed-off-by: David Brunecz Signed-off-by: Jakub Kicinski --- drivers/net/ethernet/netronome/nfp/Makefile| 1 + drivers/net/ethernet/netronome/nfp/nfp_hwmon.c | 192 +

[PATCH net-next v2 01/13] nfp: add MAY_USE_DEVLINK dependency

2017-05-28 Thread Jakub Kicinski
Fix build with DEVLINK=m and NFP=y. Fixes: 1851f93fd2ee ("nfp: add devlink support") Reported-by: kbuild test robot Signed-off-by: Jakub Kicinski --- drivers/net/ethernet/netronome/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/netronome/Kconfig b/drivers/net/

[PATCH net-next v2 04/13] nfp: don't set aux pointers if ioremap failed

2017-05-28 Thread Jakub Kicinski
If ioremap of PCIe ctrl memory failed we can still get to it through PCI config space, therefore we allow ioremap() to fail. When if fails, however, we must leave all the IOMEM pointers as NULL. Currently we would calculate csr and em pointers, adding offsets to the potential NULL value and there

[PATCH net-next v2 13/13] nfp: don't keep count for free buffers delayed kick

2017-05-28 Thread Jakub Kicinski
We only kick RX free buffer queue controller every NFP_NET_FL_BATCH (currently 16) entries. This means that we will always kick the QC when write ring index is divisable by NFP_NET_FL_BATCH. There is no need to keep counts. Signed-off-by: Jakub Kicinski --- drivers/net/ethernet/netronome/nfp/n

[PATCH net-next v2 00/13] nfp: pci core, hwmon, live mac addr change

2017-05-28 Thread Jakub Kicinski
This series brings updates to core PCI code, SR-IOV, exposes firmware's capability to change MAC address at runtime and HWMON interfaces. The PCI code updates include resiliency improvement in conditions which are quite unusual, but still shouldn't make the driver oops. We also handle very lar

[PATCH net-next v2 12/13] nfp: don't add ring size to index calculations

2017-05-28 Thread Jakub Kicinski
Adding ring size to index calculation is pointless, since index will be masked with ring size - 1. Suggested-by: David Laight Signed-off-by: Jakub Kicinski --- drivers/net/ethernet/netronome/nfp/nfp_net_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net

[PATCH net-next v2 06/13] nfp: support long reads and writes with the cpp helpers

2017-05-28 Thread Jakub Kicinski
nfp_cpp_{read,write}() helpers perform device memory mapping (setting the PCIe -> NOC translation BARs) and accessing it. They, however, currently implicitly expect that the length of entire operation will fit in one BAR translation window. There is a number of 16MB windows available, and we don'

[PATCH net-next v2 10/13] nfp: don't wait for resources indefinitely

2017-05-28 Thread Jakub Kicinski
There is currently no timeout to the resource and lock acquiring loops. We printed warnings and depended on user sending a signal to the waiting process to stop the waiting. This doesn't work very well when wait happens out of a work queue. The simplest example of that is PCI probe. When user l

[PATCH net-next v2 05/13] nfp: only try to get to PCIe ctrl memory if BARs are wide enough

2017-05-28 Thread Jakub Kicinski
For accessing PCIe ctrl memory we depend on the BAR aperture being large enough to reach all registers. Since the BAR aperture can be set in the flash make sure the driver won't oops the kernel when the PCIe configuration is unusual. Signed-off-by: Jakub Kicinski --- drivers/net/ethernet/netron

[PATCH net-next v2 03/13] nfp: set driver VF limit

2017-05-28 Thread Jakub Kicinski
PCI subsystem has support for drivers limiting the number of VFs available below what the IOV capability claims. Make use of it. While at it remove the #ifdef/#endif on CONFIG_PCI_IOV, it was there to avoid unnecessary warnings in case device read failed but kernel doesn't have SR-IOV support any

[PATCH net-next v2 02/13] nfp: add set_mac_address support while the interface is up

2017-05-28 Thread Jakub Kicinski
From: Pablo Cascón Expose FW app ability to change MAC address at runtime. Make sure we only depend on it if FW app advertised the right capability. Signed-off-by: Pablo Cascón Reviewed-by: Jakub Kicinski --- .../net/ethernet/netronome/nfp/nfp_net_common.c| 44 +- dri

[PATCH net-next v2 11/13] nfp: fix print format for ring pointers in ring dumps

2017-05-28 Thread Jakub Kicinski
Ring pointers are unsigned. Fix the print formats to avoid showing users negative values. Signed-off-by: Jakub Kicinski --- drivers/net/ethernet/netronome/nfp/nfp_net_debugfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/netronome/nfp/nfp_net_deb

Re: [patch net-next 0/9] mlxsw: Support firmware flash

2017-05-28 Thread Jakub Kicinski
On Sun, 28 May 2017 10:26:49 +0300, Yotam Gigi wrote: > On 05/23/2017 06:38 PM, David Miller wrote: > > From: Yotam Gigi > > Date: Tue, 23 May 2017 18:14:15 +0300 > > > >> Sorry, I am not sure I understand. You think that drivers should not > >> implement > >> ethtool's flash_device callback an

Re: [PATCH net-next 02/12] nfp: set driver VF limit

2017-05-28 Thread Jakub Kicinski
On Sun, 28 May 2017 14:49:58 +, Mintz, Yuval wrote: > > pf->limit_vfs = nfp_rtsym_read_le(pf->cpp, "nfd_vf_cfg_max_vfs", > > &err); > > if (!err) > > - return; > > + return pci_sriov_set_totalvfs(pf->pdev, pf->limit_vfs); > > While you're at it, If you're going to

Re: [PATCH net-next 08/12] nfp: add hwmon support

2017-05-28 Thread kbuild test robot
Hi David, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Jakub-Kicinski/nfp-pci-core-hwmon-live-mac-addr-change/20170528-084341 config: x86_64-randconfig-s2-05282150 (attached as .config) compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 reproduce

Re: [PATCH v2 08/20] randstruct: Whitelist NIU struct page overloading

2017-05-28 Thread Kees Cook
[trying again with correct linux-mm address...] On Sun, May 28, 2017 at 1:15 AM, Christoph Hellwig wrote: > On Fri, May 26, 2017 at 01:17:12PM -0700, Kees Cook wrote: >> The NIU ethernet driver intentionally stores a page struct pointer on >> top of the "mapping" field. Whitelist this case: >> >>

Re: [PATCH v2 08/20] randstruct: Whitelist NIU struct page overloading

2017-05-28 Thread Kees Cook
On Sun, May 28, 2017 at 1:15 AM, Christoph Hellwig wrote: > On Fri, May 26, 2017 at 01:17:12PM -0700, Kees Cook wrote: >> The NIU ethernet driver intentionally stores a page struct pointer on >> top of the "mapping" field. Whitelist this case: >> >> drivers/net/ethernet/sun/niu.c: In function ‘niu

Re: [PATCH v2 6/6] stmmac: pci: Remove setup handler indirection via stmmac_pci_info

2017-05-28 Thread Jan Kiszka
On 2017-05-27 15:38, Andy Shevchenko wrote: > On Fri, May 26, 2017 at 7:07 PM, Jan Kiszka wrote: >> By now, stmmac_pci_info only contains a single entry. > > _For now_. > >> Register this >> directly with the PCI device table, removing one indirection. > > I am not sure this patch is needed. >

Re: [PATCH v2 5/6] stmmac: pci: Use dmi_system_id table for retrieving PHY addresses

2017-05-28 Thread Jan Kiszka
On 2017-05-27 15:28, Andy Shevchenko wrote: > On Fri, May 26, 2017 at 7:07 PM, Jan Kiszka wrote: >> Avoids reimplementation of DMI matching in stmmac_pci_find_phy_addr. > >> struct stmmac_pci_dmi_data { >> - const char *name; >> - const char *asset_tag; >> - unsigned int func;

Re: [PATCH net-next 02/10] qed: Correct DCBx update scheme

2017-05-28 Thread kbuild test robot
Hi Sudarsana, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Yuval-Mintz/qed-DCBx-and-Attentions-series/20170528-232748 config: i386-randconfig-x072-05281806 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce

Re: [PATCH net-next] net: dsa: mv88e6xxx: Add missing static to stub functions

2017-05-28 Thread David Miller
From: Andrew Lunn Date: Sun, 28 May 2017 17:25:14 +0200 > Stub functions in header files need to be static, or we can have > multiple definitions errors. > > Reported-by: kbuild test robot > Fixes: 6335e9f2446b ("net: dsa: mv88e6xxx: mv88e6390X SERDES support") > Signed-off-by: Andrew Lunn Ap

[PATCH net-next] net: dsa: mv88e6xxx: Add missing static to stub functions

2017-05-28 Thread Andrew Lunn
Stub functions in header files need to be static, or we can have multiple definitions errors. Reported-by: kbuild test robot Fixes: 6335e9f2446b ("net: dsa: mv88e6xxx: mv88e6390X SERDES support") Signed-off-by: Andrew Lunn --- drivers/net/dsa/mv88e6xxx/global2.h | 6 +++--- 1 file changed, 3 in

[PATCH net-next 08/10] qed: Print multi-bit attentions properly

2017-05-28 Thread Yuval Mintz
In strucuture reflecting the AEU hw block some entries represent multiple HW bits, and the associated name is in fact a pattern. Today, whenever such an attention would be asserted the resulted prints would show the pattern string instead of indicating which of the possible bits was set. Signed-of

[PATCH net-next 09/10] qed: Mask parities after occurance

2017-05-28 Thread Yuval Mintz
Parities might exhibit a flood behavior since we re-enable the attention line without preventing the parity from re-triggering the assertion. Mask the source in AEU until the parity would be handled. Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_int.c | 36 ++

[PATCH net-next 10/10] qed: Cache alignemnt padding to match host

2017-05-28 Thread Yuval Mintz
Improve PCI performance by adjusting padding sizes to match those of the host machine's cacheline. Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_dev.c | 15 +-- drivers/net/ethernet/qlogic/qed/qed_reg_addr.h | 1 + 2 files changed, 14 insertions(+), 2 delet

[PATCH net-next 04/10] qed: QL41xxx VF MSI-x table

2017-05-28 Thread Yuval Mintz
The QL41xxx adapters' PCI allows a single configuration for the MSI-x table size of all child VFs of a given PF. The existing code wouldn't cause the management firmware to set that value, meaning the VFs would retain the default MSI-x table size. Introduce a new scheme so that whenever a VF is en

[PATCH net-next 05/10] qed: Support dynamic s-tag change

2017-05-28 Thread Yuval Mintz
In case management firmware indicates a change in the used S-tag, propagate the configuration to HW and FW. Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_hsi.h | 4 +++- drivers/net/ethernet/qlogic/qed/qed_mcp.c | 26 +++ drivers/net/ethe

[PATCH net-next 06/10] qed: Get rid of the attention-arrays

2017-05-28 Thread Yuval Mintz
We have almost all the necessary information regarding attentions in the logic employed for taking register dumps. Add some more and get rid of the seperate implementation we have today for identifying & printing various attention sources. Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlog

[PATCH net-next 07/10] qed: Diffrentiate adapter-specific attentions

2017-05-28 Thread Yuval Mintz
There are 4 attention bits in AEU that have different meaning for QL45xxx and QL41xxx adapters. Instead of doing a massive infrastructure change in favor of these bits, we implement a point fix where only those four would change meaning dependent on the adapter involved. Signed-off-by: Yuval Mint

[PATCH net-next 03/10] qed: Don't inherit RoCE DCBx for V2

2017-05-28 Thread Yuval Mintz
From: Sudarsana Reddy Kalluru Older firmware used by device didn't distinguish between RoCE and RoCE V2 from DCBx configuration perspective, and as a result we've used to take a the RoCE-related configuration and apply to it for both. Since we now support configuring each its own values, there's

[PATCH net-next 01/10] qed: Add missing static/local dcbx info

2017-05-28 Thread Yuval Mintz
From: Sudarsana Reddy Kalluru Some getters are not getting filled with the correct information regarding local DCBx. Fixes: 49632b5822ea ("qed: Add support for static dcbx.") Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 4 +

[PATCH net-next 02/10] qed: Correct DCBx update scheme

2017-05-28 Thread Yuval Mintz
From: Sudarsana Reddy Kalluru Instead of using a boolean value that propagates to FW configuration, use the proper firmware HSI values. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 15 --- drivers/net/ethernet/q

[PATCH net-next 00/10] qed: DCBx and Attentions series

2017-05-28 Thread Yuval Mintz
The series contains 2 major components [& some odd bits]: - The first 3 patches are DCBx-related, containg missing bits in the implementation, correcting existing API and removing code no longer necessary. - Most of the remaining patches are interrupt/hw-attention related, adding some di

RE: [PATCH net-next 02/12] nfp: set driver VF limit

2017-05-28 Thread Mintz, Yuval
> pf->limit_vfs = nfp_rtsym_read_le(pf->cpp, "nfd_vf_cfg_max_vfs", > &err); > if (!err) > - return; > + return pci_sriov_set_totalvfs(pf->pdev, pf->limit_vfs); While you're at it, If you're going to enforce the limit at the PCI level, shouldn't you retire 'limit

Error with printk and bpf_trace_printk

2017-05-28 Thread Adel Fuchs
Hi, I have a working eBPF program, and I'm trying to add outputs to it. I'm not able to use both printk and bpf_trace_printk functions. I get this error: ELF contains non-map related relo data in entry 0 pointing to section 8! Compiler bug?! Prog section 'ingress' rejected: Invalid argument (22)

GREETINGS BELOVED

2017-05-28 Thread mis.sbort...@ono.com
GREETINGS BELOVED I AM BORTE ,I WAS DIAGNOSE WITH OVARIAN CANCER,WHICH DOCTORS HAVE CONFIRMED THAT I HAVE ONLY FEW WEEKS TO LIVE, SO I HAVE DECIDED TO DONATE EVERYTHING I HAVE TO THE ORPHANAGE AND THE POOR WIDOWS THROUGH YOU .PLEASE KINDLY REPLY ME ONLY ON MY EMAIL ADDRES HERE (missboteogo.

Re: [for-next 4/6] net/mlx5: FPGA, Add basic support for Innova

2017-05-28 Thread Or Gerlitz
On Fri, May 26, 2017 at 8:56 PM, Alexei Starovoitov wrote: > On Fri, May 26, 2017 at 11:59:26AM +0300, Saeed Mahameed wrote: >> But i agree with you some serious API brainstorming should be >> considered, but not at this stage, this patch only tells the ConnectX card >> (if you have FPGA, please

vxlan: use after free error

2017-05-28 Thread Mark Bloch
Hi, I'm getting a KASAN (use after free) error when doing: ip link add vxlan1 type vxlan external ip link set vxlan1 up ip link set vxlan1 down ip link del vxlan1 [ 600.495331] == [ 600.509678] BUG: KASAN: use-after-free in vxlan

Fwd: running an eBPF program

2017-05-28 Thread Adel Fuchs
Hi, Is there any way to run this eBPF program without that patch? Alternatively, is there any other eBPF sample that does run properly? I need to run a program that filters packets according to IP address or port. Thanks, Adel On Sun, May 28, 2017 at 8:08 AM, Y Song wrote: > On Sat, May 27, 2017

Re: [patch net-next 0/9] mlxsw: Support firmware flash

2017-05-28 Thread Yotam Gigi
On 05/23/2017 06:38 PM, David Miller wrote: > From: Yotam Gigi > Date: Tue, 23 May 2017 18:14:15 +0300 > >> Sorry, I am not sure I understand. You think that drivers should not >> implement >> ethtool's flash_device callback anymore? do you have an alternative for >> firmware >> flash? > As stat

RE: [for-next 4/6] net/mlx5: FPGA, Add basic support for Innova

2017-05-28 Thread Ilan Tayari
> -Original Message- > From: Jes Sorensen [mailto:jsoren...@fb.com] > > On 05/26/2017 04:29 AM, Saeed Mahameed wrote: > > On Thu, May 25, 2017 at 11:48 PM, Jes Sorensen wrote: > >> On 05/25/2017 06:40 AM, Saeed Mahameed wrote: > > Hi Jes, > > > > No, It is clearly stated in the commit mes

RE: [for-next 4/6] net/mlx5: FPGA, Add basic support for Innova

2017-05-28 Thread Ilan Tayari
> -Original Message- > From: Jason Gunthorpe [mailto:jguntho...@obsidianresearch.com] > > On Fri, May 26, 2017 at 10:56:25AM -0700, Alexei Starovoitov wrote: > > > > for that feature which is the originating place, before defining > > > APIs/infrastructures, > > > until the feature is com