[dpdk-dev] [PATCH 01/12] ethdev: save VLAN filter setting
    Stephen Hemminger 
    stephen at networkplumber.org
       
    Fri Mar  3 18:33:01 CET 2017
    
    
  
On Fri,  3 Mar 2017 16:40:23 +0100
Gaetan Rivet <gaetan.rivet at 6wind.com> wrote:
> Other configuration items (i.e. MAC addresses) are stored within
> rte_eth_dev_data, but not this one.
> 
> Signed-off-by: Gaetan Rivet <gaetan.rivet at 6wind.com>
Maybe time to introduce a generic set of bit array operations like
kernel set/clear/test bit functions. There are architecture specific
instructions for this (doesn't matter for this case). May even be GCC builtin support
    
    
More information about the dev
mailing list