1. 20 11月, 2018 12 次提交
  2. 23 10月, 2018 13 次提交
  3. 18 10月, 2018 14 次提交
  4. 11 10月, 2018 1 次提交
    • L
      octeontx2-af: Register for CGX lmac events · afb8902c
      Linu Cherian 提交于
      Added support in RVU AF driver to register for
      CGX LMAC link status change events from firmware
      and managing them. Processing part will be added
      in followup patches.
      
      - Introduced eventqueue for posting events from cgx lmac.
        Queueing mechanism will ensure that events can be posted
        and firmware can be acked immediately and hence event
        reception and processing are decoupled.
      - Events gets added to the queue by notification callback.
        Notification callback is expected to be atomic, since it
        is called from interrupt context.
      - Events are dequeued and processed in a worker thread.
      Signed-off-by: NLinu Cherian <lcherian@marvell.com>
      Signed-off-by: NSunil Goutham <sgoutham@marvell.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      afb8902c