net: re-add qede to meson

Message ID 1570090699-28778-1-git-send-email-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series net: re-add qede to meson |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-compilation success Compile Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS

Commit Message

David Marchand Oct. 3, 2019, 8:18 a.m. UTC
  qede has been dropped from the drivers/net meson.
Add it again.

Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 drivers/net/meson.build | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Jerin Jacob Oct. 3, 2019, 8:38 a.m. UTC | #1
On Thu, Oct 3, 2019 at 1:48 PM David Marchand <david.marchand@redhat.com> wrote:
>
> qede has been dropped from the drivers/net meson.
> Add it again.
>
> Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure")
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Reviewed-by: Jerin Jacob <jerinj@marvell.com>


> ---
>  drivers/net/meson.build | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/meson.build b/drivers/net/meson.build
> index 513f19b..0170f01 100644
> --- a/drivers/net/meson.build
> +++ b/drivers/net/meson.build
> @@ -37,6 +37,7 @@ drivers = ['af_packet',
>         'octeontx',
>         'octeontx2',
>         'pcap',
> +       'qede',
>         'ring',
>         'sfc',
>         'softnic',
> --
> 1.8.3.1
>
  
Ferruh Yigit Oct. 3, 2019, 12:07 p.m. UTC | #2
On 10/3/2019 9:38 AM, Jerin Jacob wrote:
> On Thu, Oct 3, 2019 at 1:48 PM David Marchand <david.marchand@redhat.com> wrote:
>>
>> qede has been dropped from the drivers/net meson.
>> Add it again.
>>
>> Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure")
>>
>> Signed-off-by: David Marchand <david.marchand@redhat.com>
> 
> Reviewed-by: Jerin Jacob <jerinj@marvell.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/drivers/net/meson.build b/drivers/net/meson.build
index 513f19b..0170f01 100644
--- a/drivers/net/meson.build
+++ b/drivers/net/meson.build
@@ -37,6 +37,7 @@  drivers = ['af_packet',
 	'octeontx',
 	'octeontx2',
 	'pcap',
+	'qede',
 	'ring',
 	'sfc',
 	'softnic',