Re: [dpdk-dev] [PATCH] eal: add request to map reserved physical memory

2018-07-09 Thread Scott Branden
On 18-07-09 09:02 AM, Burakov, Anatoly wrote: On 07-Jun-18 1:15 PM, Burakov, Anatoly wrote: On 06-Jun-18 1:18 AM, Scott Branden wrote: Hi Anatoly, On 18-04-27 09:49 AM, Burakov, Anatoly wrote: On 27-Apr-18 5:30 PM, Scott Branden wrote: Hi Anatoly, We'd appreciate your input so w

Re: [dpdk-dev] [PATCH] eal: add request to map reserved physical memory

2018-06-05 Thread Scott Branden
Hi Anatoly, On 18-04-27 09:49 AM, Burakov, Anatoly wrote: On 27-Apr-18 5:30 PM, Scott Branden wrote: Hi Anatoly, We'd appreciate your input so we can come to a solution of supporting the necessary memory allocations? Hi Scott, I'm currently starting to work on a prototype th

Re: [dpdk-dev] [PATCH] eal: add request to map reserved physical memory

2018-04-27 Thread Scott Branden
On 18-04-27 09:49 AM, Burakov, Anatoly wrote: On 27-Apr-18 5:30 PM, Scott Branden wrote: Hi Anatoly, We'd appreciate your input so we can come to a solution of supporting the necessary memory allocations? Hi Scott, I'm currently starting to work on a prototype that will b

Re: [dpdk-dev] [PATCH] eal: add request to map reserved physical memory

2018-04-27 Thread Scott Branden
m: Srinath Mannam > >> > >> Reserved physical memory is requested from kernel > >> and it will be mapped to user space. > >> This memory will be mapped to IOVA using VFIO. > >> And this memory will be provided to SPDK to allocate > >> NVMe CQs. >

Re: [dpdk-dev] [RFC] checkpatch: don't complain about SPDX tag format

2018-04-17 Thread Scott Branden
On 18-04-17 03:06 PM, Thomas Monjalon wrote: 17/04/2018 23:49, Stephen Hemminger: IMHO would have been better to use the kernel SPDX style and keep the check but that appears to be a minority opinion. I think it is better to work on checkpatch itself. When defining our SPDX style, Linux one w

Re: [dpdk-dev] [PATCH 3/4] mk: allow kernel artifacts to be located in output directory

2018-04-10 Thread Scott Branden
Hi Ferruh, We dropped this patch from the series - comment inline. On 18-04-10 07:59 AM, Ferruh Yigit wrote: On 4/6/2018 11:32 PM, Scott Branden wrote: On 18-04-06 02:31 PM, Ferruh Yigit wrote: On 4/6/2018 7:10 PM, Scott Branden wrote: Hi Ferruh, Somehow I did not receive your other

Re: [dpdk-dev] [PATCH 3/4] mk: allow kernel artifacts to be located in output directory

2018-04-07 Thread Scott Branden
On 18-04-06 02:31 PM, Ferruh Yigit wrote: On 4/6/2018 7:10 PM, Scott Branden wrote: Hi Ferruh, Somehow I did not receive your other email so Ajit fowarded it to me.  So I am responding to it here. Sorry for the previous confusion:  RTE_KERNELDIR_OUT specifies the location of the output of

Re: [dpdk-dev] [PATCH 3/4] mk: allow kernel artifacts to be located in output directory

2018-04-06 Thread Scott Branden
, are you looking at this? -- Forwarded message -- From: *Ferruh Yigit* <mailto:ferruh.yi...@intel.com>> Date: Tue, Apr 3, 2018 at 7:18 AM Subject: Re: [PATCH 3/4] mk: allow kernel artifacts to be located in output directory To: Scott Branden <mailto:scott.bran...@

Re: [dpdk-dev] [PATCH v2] net/bnxt: convert to SPDX license tag

2018-04-02 Thread Scott Branden
On 18-03-31 02:08 PM, Ferruh Yigit wrote: On 3/30/2018 7:10 PM, Scott Branden wrote: Hi Ferruh, On 18-03-30 03:35 AM, Ferruh Yigit wrote: On 3/29/2018 5:40 PM, Ajit Khaparde wrote: From: Scott Branden Update the license header on bnxt files to be the standard BSD-3-Clause license used

Re: [dpdk-dev] [PATCH 1/4] introduce Broadcom Stingray

2018-03-30 Thread Scott Branden
On 18-03-30 03:34 AM, Ferruh Yigit wrote: On 3/21/2018 6:06 PM, Ajit Khaparde wrote: From: Scott Branden Add Broadcom Stingray machine support based on armv8. For product brief see: https://www.broadcom.com/products/ethernet-connectivity/controllers/bcm58800 Signed-off-by: Scott Branden

Re: [dpdk-dev] [PATCH 2/4] net/bnxt: add support for Stingray PF devices ids

2018-03-30 Thread Scott Branden
On 18-03-30 03:35 AM, Ferruh Yigit wrote: On 3/21/2018 6:06 PM, Ajit Khaparde wrote: From: Scott Branden Add support for Stingray PF devices ids: BCM58802 = 0xd802 BCM58804 = 0xd804 BCM58808 = 0x16f0 Signed-off-by: Scott Branden Signed-off-by: Ajit Khaparde --- drivers/net/bnxt

Re: [dpdk-dev] [PATCH 3/4] mk: allow kernel artifacts to be located in output directory

2018-03-30 Thread Scott Branden
Hi Ferruh, On 18-03-30 03:35 AM, Ferruh Yigit wrote: On 3/21/2018 6:06 PM, Ajit Khaparde wrote: From: Scott Branden Allow kernel artifacts to be located in output directory specific by RTE_KERNELDIR_OUT. How to use this variable, I tried following but kernel modules are still in same place

Re: [dpdk-dev] [PATCH v2] net/bnxt: convert to SPDX license tag

2018-03-30 Thread Scott Branden
Hi Ferruh, On 18-03-30 03:35 AM, Ferruh Yigit wrote: On 3/29/2018 5:40 PM, Ajit Khaparde wrote: From: Scott Branden Update the license header on bnxt files to be the standard BSD-3-Clause license used for the rest of DPDK, bring the files in compliance with the DPDK licensing policy

Re: [dpdk-dev] [PATCH 4/4] igb_uio: bind error if pcie bridge

2018-03-26 Thread Scott Branden
On 18-03-26 11:20 AM, Ferruh Yigit wrote: On 3/26/2018 7:05 PM, Scott Branden wrote: Hi Ferruh, On 18-03-26 10:24 AM, Ferruh Yigit wrote: On 3/21/2018 6:06 PM, Ajit Khaparde wrote: From: Darren Edamura Probe function should exit immediately if pcie bridge detected Signed-off-by: Darren

Re: [dpdk-dev] [PATCH 4/4] igb_uio: bind error if pcie bridge

2018-03-26 Thread Scott Branden
Hi Ferruh, On 18-03-26 10:24 AM, Ferruh Yigit wrote: On 3/21/2018 6:06 PM, Ajit Khaparde wrote: From: Darren Edamura Probe function should exit immediately if pcie bridge detected Signed-off-by: Darren Edamura Signed-off-by: Rahul Gupta Signed-off-by: Scott Branden Signed-off-by: Ajit