mirror of
https://github.com/commaai/agnos-kernel-sdm845.git
synced 2026-06-13 05:45:24 +08:00
Existing network stack API's which are used to transmit data to the network drivers send one SKB at a time. There can be usecases where network driver expects a list of skb's from the network stack. For example it will be needed in cases where aggregation is needed before giving packets to HW. Create a new API to send list of skb's from the network stack to network driver. Re-use the existing functionality of __dev_queue_xmit(). Change-Id: I67bd081c92eda63d3712d29f3b5bee21cde798ab Acked-by: Chaitanya Pratapa <cpratapa@qti.qualcomm.com> Signed-off-by: Mohammed Javid <mjavid@codeaurora.org>