[dpdk-dev] [PATCH v2 2/3] rte_ctrl_if: add control interface library

2016-02-18 Thread Yigit, Ferruh
On Wed, Feb 17, 2016 at 07:58:16PM +, Ananyev, Konstantin wrote: > > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > > Sent: Friday, February 12, 2016 1:46 PM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH v2 2/3] rte_ctrl_if:

[dpdk-dev] [PATCH v2 3/3] examples/ethtool: add control interface support to the application

2016-02-18 Thread Yigit, Ferruh
On Wed, Feb 17, 2016 at 07:39:05PM +, Ananyev, Konstantin wrote: > Hi Ferruh, > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > > Sent: Friday, February 12, 2016 1:46 PM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH v2 3/3]

[dpdk-dev] [PATCH] doc: minor correction in document

2016-02-02 Thread Yigit, Ferruh
On Mon, Feb 01, 2016 at 04:02:05PM +, Mcnamara, John wrote: > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > > Sent: Friday, January 29, 2016 10:12 AM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH] doc: minor correction in

[dpdk-dev] [PATCH 2/2] kdp: add virtual PMD for kernel slow data path communication

2016-01-29 Thread Yigit, Ferruh
On Thu, Jan 28, 2016 at 08:16:09AM +, Xu, Qian Q wrote: > Any dependencies with kernel versions? What kernel versions should it > support? > Hi Qian, Kernel module dependencies is same as KNI, and DPDK supports Kernel version >= 2.6.34, this is valid for KDP. For PMD, it is not dependent

[dpdk-dev] [PATCH 2/3] rte_ctrl_if: add control interface library

2016-01-28 Thread Yigit, Ferruh
On Thu, Jan 28, 2016 at 01:57:04PM +, Ananyev, Konstantin wrote: > Hi Ferruh, > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > > Sent: Thursday, January 28, 2016 1:15 PM > > To: Horton, Remy > > Cc: dev at dpdk.org > > Subject: Re:

[dpdk-dev] [PATCH] vfio: add no-iommu support

2015-12-21 Thread Yigit, Ferruh
On Mon, Dec 21, 2015 at 03:15:46PM +, Burakov, Anatoly wrote: > > This is based on patch from Alex Williamson: > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=03 > > 3291eccbdb > > plus > > http://dpdk.org/dev/patchwork/patch/9598/ > > > > This patch is intended

[dpdk-dev] VFIO no-iommu

2015-12-21 Thread Yigit, Ferruh
On Fri, Dec 18, 2015 at 02:50:17PM -0700, Alex Williamson wrote: > On Fri, 2015-12-18 at 07:38 -0700, Alex Williamson wrote: > > On Fri, 2015-12-18 at 10:43 +0000, Yigit, Ferruh wrote: > > > On Thu, Dec 17, 2015 at 09:43:59AM -0700, Ale

[dpdk-dev] VFIO no-iommu

2015-12-18 Thread Yigit, Ferruh
On Thu, Dec 17, 2015 at 09:43:59AM -0700, Alex Williamson wrote: <...> > > > > > > > > > > > > Also I need to disable VFIO_CHECK_EXTENSION ioctl, because in > > > > > > vfio > > > > > > module, > > > > > > container->noiommu is not set before doing a > > > > > > vfio_group_set_container() > > > >

[dpdk-dev] [PATCH v2] examples/bond: fix bsd compile error

2015-12-02 Thread Yigit, Ferruh
On Thu, Nov 26, 2015 at 09:52:15AM +, Mrzyglod, DanielX T wrote: > >-Original Message- > >From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > >Sent: Wednesday, November 25, 2015 6:41 PM > >To: dev at dpdk.org > >Subject: [dpdk-dev] [PATCH v2] examples/bond: fix bsd