• Sven Auhagen's avatar
    mvneta driver disallow XDP program on hardware buffer management · 79572c98
    Sven Auhagen authored
    Recently XDP Support was added to the mvneta driver
    for software buffer management only.
    It is still possible to attach an XDP program if
    hardware buffer management is used.
    It is not doing anything at that point.
    
    The patch disallows attaching XDP programs to mvneta
    if hardware buffer management is used.
    
    I am sorry about that. It is my first submission and I am having
    some troubles with the format of my emails.
    
    v4 -> v5:
    - Remove extra tabs
    
    v3 -> v4:
    - Please ignore v3 I accidentally submitted
      my other patch with git-send-mail and v4 is correct
    
    v2 -> v3:
    - My mailserver corrupted the patch
      resubmission with git-send-email
    
    v1 -> v2:
    - Fixing the patches indentation
    Signed-off-by: default avatarSven Auhagen <sven.auhagen@voleatech.de>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    79572c98
mvneta.c 141 KB