Re: [PATCH ethtool 2/3] Add IPv6 support to NFC

2016-03-19 Thread Edward Cree
On 13/03/16 16:43, Ben Hutchings wrote: > On Mon, 2016-02-15 at 14:59 +, Edward Cree wrote: >> Signed-off-by: Edward Cree > [...] >> @@ -950,6 +1154,19 @@ static int rxclass_get_mask(char *str, unsigned char >> *p, >> *(__be32 *)&p[opt->moffset] = ~val; >> brea

Re: [PATCH ethtool 2/3] Add IPv6 support to NFC

2016-03-19 Thread Ben Hutchings
On Wed, 2016-03-16 at 14:53 +, Edward Cree wrote: > On 13/03/16 16:43, Ben Hutchings wrote: > > > > On Mon, 2016-02-15 at 14:59 +, Edward Cree wrote: > > > > > > Signed-off-by: Edward Cree > > [...] > > > > > > @@ -950,6 +1154,19 @@ static int rxclass_get_mask(char *str, unsigned > > >

Re: [PATCH ethtool 2/3] Add IPv6 support to NFC

2016-03-13 Thread Ben Hutchings
On Mon, 2016-02-15 at 14:59 +, Edward Cree wrote: > Signed-off-by: Edward Cree [...] > @@ -950,6 +1154,19 @@ static int rxclass_get_mask(char *str, unsigned char *p, > *(__be32 *)&p[opt->moffset] = ~val; > break; > } > +   case OPT_IP6: { > +

[PATCH ethtool 2/3] Add IPv6 support to NFC

2016-02-15 Thread Edward Cree
Signed-off-by: Edward Cree --- ethtool.c | 21 + rxclass.c | 272 ++ 2 files changed, 279 insertions(+), 14 deletions(-) diff --git a/ethtool.c b/ethtool.c index 92c40b8..f18ad73 100644 --- a/ethtool.c +++ b/ethtool.c @@ -32,6 +32,