#
45b3fcbf |
| 05-Aug-2022 |
Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
port: prevent unnecessary flush for ethdev output port
Do not flush the buffered packets unnecessarily when a burst was sent since the last flush call.
Signed-off-by: Cristian Dumitrescu <cristian.
port: prevent unnecessary flush for ethdev output port
Do not flush the buffered packets unnecessarily when a burst was sent since the last flush call.
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
show more ...
|
#
7150064d |
| 05-Aug-2022 |
Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
port: free buffered packets on ethdev output port free
Free the buffered packets as opposed to retrying to send them when the output port is freed.
Signed-off-by: Cristian Dumitrescu <cristian.dumi
port: free buffered packets on ethdev output port free
Free the buffered packets as opposed to retrying to send them when the output port is freed.
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
show more ...
|
#
f317fff0 |
| 05-Aug-2022 |
Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
port: rework ethdev output port behavior to non-blocking
Drop packets that cannot be sent instead of retry sending the same packets potentially forever when the Ethernet device that is down.
Signed
port: rework ethdev output port behavior to non-blocking
Drop packets that cannot be sent instead of retry sending the same packets potentially forever when the Ethernet device that is down.
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
show more ...
|
#
b94eb6cd |
| 06-Apr-2022 |
Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
port: support packet mirroring
Add packet clone operation to the output ports in order to support packet mirroring.
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> Signed-off-by:
port: support packet mirroring
Add packet clone operation to the output ports in order to support packet mirroring.
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> Signed-off-by: Kamalakannan R <kamalakannan.r@intel.com>
show more ...
|
#
99a2dd95 |
| 20-Apr-2021 |
Bruce Richardson <bruce.richardson@intel.com> |
lib: remove librte_ prefix from directory names
There is no reason for the DPDK libraries to all have 'librte_' prefix on the directory names. This prefix makes the directory names longer and also m
lib: remove librte_ prefix from directory names
There is no reason for the DPDK libraries to all have 'librte_' prefix on the directory names. This prefix makes the directory names longer and also makes it awkward to add features referring to individual libraries in the build - should the lib names be specified with or without the prefix. Therefore, we can just remove the library prefix and use the library's unique name as the directory name, i.e. 'eal' rather than 'librte_eal'
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|