Kyle Holohan
Kyle Holohan
## Context Currently, the various backends support only IPv4-based communication (see also #204). Backends should add IPv6 support. ## Proposed Solution With the resolution of #204, backends will optionally be...
## Context Currently, the XDP programs created by catpowder will capture all traffic on the interface. This is not necessarily desirable, as it will prevent regular traffic from flowing through...
## Context The Catpwoder/XDP backend should support the use of multiple network interfaces when an accelerated virtual function is used in conjunction with a NetVSC device on a virtualized system....
## Context Currently, each Rx/Tx ring in XDP allow for only a single buffer. This value is not configurable, and some code in Rx/TxRing relies on the assumption that only...
## Context Currently on send and receive in Catpowder for Windows, DemiBuffer content is copied to/from the allocated XDP umem region. This creates an additional unnecessary copy on the data...