Hi Luiz, > This implement priority based scheduler using skbuffer priority set via > SO_PRIORITY socket option. > > It introduces hci_chan_hash (list of HCI Channel/hci_chan) per connection, > each item in this list refer to a L2CAP connection and it is used to > queue the data for transmission. > > Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > --- > include/net/bluetooth/hci_core.h | 43 +++++++++++- > include/net/bluetooth/l2cap.h | 1 + > net/bluetooth/hci_conn.c | 53 ++++++++++++++ > net/bluetooth/hci_core.c | 143 ++++++++++++++++++++++++++++++++------ > net/bluetooth/l2cap_core.c | 63 +++++++++-------- > net/bluetooth/smp.c | 3 +- > 6 files changed, 251 insertions(+), 55 deletions(-) I looked through all 4 patches and it seems fine to me. Lets get this merged and take it for a spin. Acked-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html