mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
netdev: Remove useless cutlen.
Cutlen already applied while processing OVS_ACTION_ATTR_OUTPUT. Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com
This commit is contained in:
committed by
Ian Stokes
parent
b30896c969
commit
ad8b0b4fe7
@@ -697,7 +697,7 @@ netdev_bsd_send(struct netdev *netdev_, int qid OVS_UNUSED,
|
||||
|
||||
for (i = 0; i < batch->count; i++) {
|
||||
const void *data = dp_packet_data(batch->packets[i]);
|
||||
size_t size = dp_packet_get_send_len(batch->packets[i]);
|
||||
size_t size = dp_packet_size(batch->packets[i]);
|
||||
|
||||
while (!error) {
|
||||
ssize_t retval;
|
||||
|
Reference in New Issue
Block a user