Re: [PATCH net-next] nfp: warn on experimental TLV types

2018-10-01 Thread David Miller
From: Jakub Kicinski Date: Wed, 26 Sep 2018 15:35:31 -0700 > Reserve two TLV types for feature development, and warn in the driver > if they ever leak into production. > > Signed-off-by: Jakub Kicinski > Reviewed-by: Simon Horman Applied.

[PATCH net-next] nfp: warn on experimental TLV types

2018-09-26 Thread Jakub Kicinski
Reserve two TLV types for feature development, and warn in the driver if they ever leak into production. Signed-off-by: Jakub Kicinski Reviewed-by: Simon Horman --- drivers/net/ethernet/netronome/nfp/nfp_net_ctrl.c | 7 +++ drivers/net/ethernet/netronome/nfp/nfp_net_ctrl.h | 8 2