Re: [PATCH iproute2 0/4] add MACsec support

2016-04-22 Thread Stephen Hemminger
On Fri, 22 Apr 2016 18:10:31 +0200 Sabrina Dubroca wrote: > 2016-04-14, 15:01:06 +0200, Sabrina Dubroca wrote: > > This series introduces support for MACsec devices, with a new device > > type for `ip link`, and a new `ip macsec` subcommand. > > > > The first three patches introduce some necessa

Re: [PATCH iproute2 0/4] add MACsec support

2016-04-22 Thread Sabrina Dubroca
2016-04-14, 15:01:06 +0200, Sabrina Dubroca wrote: > This series introduces support for MACsec devices, with a new device > type for `ip link`, and a new `ip macsec` subcommand. > > The first three patches introduce some necessary helper functions. Hi Stephen, Please don't apply this yet, I'm up

Re: [PATCH iproute2 0/4] add MACsec support

2016-04-14 Thread Phil Sutter
On Thu, Apr 14, 2016 at 03:01:06PM +0200, Sabrina Dubroca wrote: > This series introduces support for MACsec devices, with a new device > type for `ip link`, and a new `ip macsec` subcommand. > > The first three patches introduce some necessary helper functions. > > Sabrina Dubroca (4): > utils

[PATCH iproute2 0/4] add MACsec support

2016-04-14 Thread Sabrina Dubroca
This series introduces support for MACsec devices, with a new device type for `ip link`, and a new `ip macsec` subcommand. The first three patches introduce some necessary helper functions. Sabrina Dubroca (4): utils: make hexstring_a2n provide the number of hex digits parsed utils: add get_b