Please, add the Fixes tag.
On Fri, 4 Nov 2016 11:59:09 +0530
Jianbo Liu wrote:
> Signed-off-by: Jianbo Liu
Acked-by: Jan Viktorin
Hello Jianbo Liu,
thank you, a good catch!
Can you please git blame for the commit introducing the issue and add
the "Fixes:" tag as described in [1]?
Same for ppc.
Regards
Jan
[1] http://dpdk.org/doc/guides/contributing/patches.html#commit-messages-body
On Fri, 4 Nov 2016 11:59:08 +0530
Jia
On Wed, 13 Jul 2016 23:24:09 +0200
Thomas Monjalon wrote:
> The tests are registered with their command name by adding a structure
> to a list. The structure of each test was declared in each test file
> and passed to the register macro.
> This rework generate the structure inside the register ma
On Tue, 12 Jul 2016 11:31:07 +0530
Shreyansh Jain wrote:
> This information is not used and just adds noise.
>
> Signed-off-by: David Marchand
> Signed-off-by: Shreyansh Jain
> ---
Reviewed-by: Jan Viktorin
On Tue, 12 Jul 2016 11:31:09 +0530
Shreyansh Jain wrote:
> rte_eal_dev_init is declared in both eal_private.h and rte_dev.h since its
> introduction.
> This function has been exported in ABI, so remove it from eal_private.h
>
> Fixes: e57f20e05177 ("eal: make vdev init path generic for both virt
On Tue, 12 Jul 2016 11:31:08 +0530
Shreyansh Jain wrote:
> Pure coding style, but it might make it easier later if we want to move
> fields in rte_cryptodev_driver and eth_driver structures.
>
> Signed-off-by: David Marchand
> Signed-off-by: Shreyansh Jain
> ---
Reviewed-by: Jan Viktorin
On Tue, 12 Jul 2016 11:31:06 +0530
Shreyansh Jain wrote:
> These lists can be initialized once and for all at build time.
> With this, those lists are only manipulated in a common place
> (and we could even make them private).
>
> A nice side effect is that pci drivers can now register in constr
On Tue, 12 Jul 2016 11:31:14 +0530
Shreyansh Jain wrote:
> Now that all pdev are pci drivers, we don't need to register crypto drivers
> through a dedicated channel.
>
> Signed-off-by: David Marchand
> Signed-off-by: Shreyansh Jain
> ---
Reviewed-by: Jan Viktorin
On Tue, 12 Jul 2016 11:31:15 +0530
Shreyansh Jain wrote:
> Now that all pdev are pci drivers, we don't need to register ethdev drivers
> through a dedicated channel.
>
> Signed-off-by: David Marchand
> Signed-off-by: Shreyansh Jain
> ---
Reviewed-by: Jan Viktorin
On Tue, 12 Jul 2016 11:31:16 +0530
Shreyansh Jain wrote:
> Now that virtio pci driver is initialized in a constructor, iopl() stuff
> happens early enough so that interrupt thread can be created right after
> plugin loading.
> This way, chelsio driver should be happy again [1].
>
> [1] http://dp
On Tue, 12 Jul 2016 11:31:12 +0530
Shreyansh Jain wrote:
> Preparing for getting rid of eth_drv, here are two wrappers that can be
> used by pci drivers that assume a 1 to 1 association between pci resource and
> upper interface.
>
> Signed-off-by: David Marchand
> Signed-off-by: Shreyansh Jain
On Tue, 12 Jul 2016 11:31:11 +0530
Shreyansh Jain wrote:
> Preparing for getting rid of rte_cryptodev_driver, here are two wrappers
> that can be used by pci drivers that assume a 1 to 1 association between
> pci resource and upper interface.
>
> Signed-off-by: David Marchand
> Signed-off-by: S
On Tue, 12 Jul 2016 11:30:25 +0200
Maxime Coquelin wrote:
> The error is reported using test build script:
I recommend to note that the error is reported only by GCC 6+.
>
> $ scripts/test-build.sh x86_64-native-linuxapp-gcc
> ...
> drivers/net/virtio/virtio_user_ethdev.c: In function
> ?virt
On Fri, 29 Jan 2016 15:08:28 +0100
David Marchand wrote:
> These lists can be initialized once and for all at build time.
> With this, those lists are only manipulated in a common place
> (and we could even make them private).
>
> A nice side effect is that pci drivers can now register in constr
14 matches
Mail list logo