diff for duplicates of <87608y91c5.fsf@kamboji.qca.qualcomm.com> diff --git a/a/1.txt b/N1/1.txt index 3fc2c2a..f91bf5d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,27 +3,39 @@ silexcommon@gmail.com writes: > From: Alagu Sankar <alagusankar@silex-india.com> > > This patchset, generated against master-pending branch, enables a fully -> functional SDIO interface driver for ath10k. Patches have been verified on -> QCA9377-3 WB396 and Silex's SX-SDCAC reference cards with Station, Access Point +> functional SDIO interface driver for ath10k. Patches have been verified = +on +> QCA9377-3 WB396 and Silex's SX-SDCAC reference cards with Station, Access= + Point > and P2P modes. > > The driver is verified with the firmware WLAN.TF.1.1.1-00061-QCATFSWPZ-1 -> with the board data from respective SDIO card vendors. Receive performance -> matches the QCA reference driver when used with SDIO3.0 enabled platforms. +> with the board data from respective SDIO card vendors. Receive performanc= +e +> matches the QCA reference driver when used with SDIO3.0 enabled platforms= +. > iperf tests indicate a downlink UDP of 275Mbit/s and TCP of 150Mbit/s > -> This patchset differs from the previous high latency patches, specific to SDIO. -> HI_ACS_FLAGS_SDIO_REDUCE_TX_COMPL_SET is enabled for HI_ACS. This instructs the -> firmware to use HTT_T2H_MSG_TYPE_TX_COMPL_IND for outgoing packets. Without -> this flag, the management frames are not sent out by the firmware. Possibility -> of management frames being sent via WMI and data frames through the reduced Tx +> This patchset differs from the previous high latency patches, specific to= + SDIO. +> HI_ACS_FLAGS_SDIO_REDUCE_TX_COMPL_SET is enabled for HI_ACS. This instruc= +ts the +> firmware to use HTT_T2H_MSG_TYPE_TX_COMPL_IND for outgoing packets. Witho= +ut +> this flag, the management frames are not sent out by the firmware. Possib= +ility +> of management frames being sent via WMI and data frames through the reduc= +ed Tx > completion needs to be probed further. > -> Further improvements can be done on the transmit path by implementing packet -> bundle. Scatter Gather is another area of improvement for both Transmit and +> Further improvements can be done on the transmit path by implementing pac= +ket +> bundle. Scatter Gather is another area of improvement for both Transmit a= +nd > Receive, but may not work on all platforms > -> Known issues: Surprise removal of the card, when the device is in connected +> Known issues: Surprise removal of the card, when the device is in connect= +ed > state, delays sdio function remove due to delayed WMI command failures. > Existing ath10k framework can not differentiate between a kernel module > removal and the surprise removal of teh card. @@ -50,9 +62,5 @@ optimisations (the bounce buffer stuff etc). And try to make the first set as small as possible so that we can get it faster applied. --- -Kalle Valo -_______________________________________________ -ath10k mailing list -ath10k@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/ath10k +--=20 +Kalle Valo= diff --git a/a/content_digest b/N1/content_digest index b015e28..7c2e138 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,9 +3,9 @@ "Subject\0Re: [PATCH 00/11] SDIO support for ath10k\0" "Date\0Fri, 22 Dec 2017 16:25:31 +0000\0" "To\0silexcommon@gmail.com <silexcommon@gmail.com>\0" - "Cc\0Alagu Sankar <alagusankar@silex-india.com>" - linux-wireless@vger.kernel.org <linux-wireless@vger.kernel.org> - " ath10k@lists.infradead.org <ath10k@lists.infradead.org>\0" + "Cc\0ath10k@lists.infradead.org <ath10k@lists.infradead.org>" + Alagu Sankar <alagusankar@silex-india.com> + " linux-wireless@vger.kernel.org <linux-wireless@vger.kernel.org>\0" "\00:1\0" "b\0" "silexcommon@gmail.com writes:\n" @@ -13,27 +13,39 @@ "> From: Alagu Sankar <alagusankar@silex-india.com>\n" ">\n" "> This patchset, generated against master-pending branch, enables a fully\n" - "> functional SDIO interface driver for ath10k. Patches have been verified on\n" - "> QCA9377-3 WB396 and Silex's SX-SDCAC reference cards with Station, Access Point\n" + "> functional SDIO interface driver for ath10k. Patches have been verified =\n" + "on\n" + "> QCA9377-3 WB396 and Silex's SX-SDCAC reference cards with Station, Access=\n" + " Point\n" "> and P2P modes.\n" ">\n" "> The driver is verified with the firmware WLAN.TF.1.1.1-00061-QCATFSWPZ-1\n" - "> with the board data from respective SDIO card vendors. Receive performance\n" - "> matches the QCA reference driver when used with SDIO3.0 enabled platforms.\n" + "> with the board data from respective SDIO card vendors. Receive performanc=\n" + "e\n" + "> matches the QCA reference driver when used with SDIO3.0 enabled platforms=\n" + ".\n" "> iperf tests indicate a downlink UDP of 275Mbit/s and TCP of 150Mbit/s\n" ">\n" - "> This patchset differs from the previous high latency patches, specific to SDIO.\n" - "> HI_ACS_FLAGS_SDIO_REDUCE_TX_COMPL_SET is enabled for HI_ACS. This instructs the\n" - "> firmware to use HTT_T2H_MSG_TYPE_TX_COMPL_IND for outgoing packets. Without\n" - "> this flag, the management frames are not sent out by the firmware. Possibility\n" - "> of management frames being sent via WMI and data frames through the reduced Tx\n" + "> This patchset differs from the previous high latency patches, specific to=\n" + " SDIO.\n" + "> HI_ACS_FLAGS_SDIO_REDUCE_TX_COMPL_SET is enabled for HI_ACS. This instruc=\n" + "ts the\n" + "> firmware to use HTT_T2H_MSG_TYPE_TX_COMPL_IND for outgoing packets. Witho=\n" + "ut\n" + "> this flag, the management frames are not sent out by the firmware. Possib=\n" + "ility\n" + "> of management frames being sent via WMI and data frames through the reduc=\n" + "ed Tx\n" "> completion needs to be probed further.\n" ">\n" - "> Further improvements can be done on the transmit path by implementing packet\n" - "> bundle. Scatter Gather is another area of improvement for both Transmit and\n" + "> Further improvements can be done on the transmit path by implementing pac=\n" + "ket\n" + "> bundle. Scatter Gather is another area of improvement for both Transmit a=\n" + "nd\n" "> Receive, but may not work on all platforms\n" ">\n" - "> Known issues: Surprise removal of the card, when the device is in connected\n" + "> Known issues: Surprise removal of the card, when the device is in connect=\n" + "ed\n" "> state, delays sdio function remove due to delayed WMI command failures.\n" "> Existing ath10k framework can not differentiate between a kernel module\n" "> removal and the surprise removal of teh card.\n" @@ -60,11 +72,7 @@ "And try to make the first set as small as possible so that we can get it\n" "faster applied.\n" "\n" - "-- \n" - "Kalle Valo\n" - "_______________________________________________\n" - "ath10k mailing list\n" - "ath10k@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/ath10k + "--=20\n" + Kalle Valo= -f55aa44712a6ba09aaabd1cdb73fa9644f3a387fd23e4bb521768e85a5a2c0dc +58fa277dc7f069c15604be34c6975c9f35eec7e78ed9212c108e1db3089fab39
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.