{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":96348842,"defaultBranch":"main","name":"dpdk","ownerLogin":"DPDK","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-07-05T18:21:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/29926404?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1722516384.0","currentOid":""},"activityList":{"items":[{"before":"347dc8bf4acadd4375781dcd2eb44887d8ba0779","after":"52a4028e4c33df32c691aa88751a659534b9ef02","ref":"refs/heads/next-eventdev-for-main","pushedAt":"2024-09-19T16:00:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"examples/eventdev: fix segment fault with generic pipeline\n\nThere was a segmentation fault when executing eventdev_pipeline with\ncommand [1] with ConnectX-5 NIC card:\n\n0x000000000079208c in rte_eth_tx_buffer (tx_pkt=0x16f8ed300, buffer=0x100,\n queue_id=11, port_id=0) at\n ../lib/ethdev/rte_ethdev.h:6636\ntxa_service_tx (txa=0x17b19d080, ev=0xffffffffe500, n=4) at\n ../lib/eventdev/rte_event_eth_tx_adapter.c:631\n0x0000000000792234 in txa_service_func (args=0x17b19d080) at\n ../lib/eventdev/rte_event_eth_tx_adapter.c:666\n0x00000000008b0784 in service_runner_do_callback (s=0x17fffe100,\n cs=0x17ffb5f80, service_idx=2) at\n ../lib/eal/common/rte_service.c:405\n0x00000000008b0ad8 in service_run (i=2, cs=0x17ffb5f80,\n service_mask=18446744073709551615, s=0x17fffe100,\n serialize_mt_unsafe=0) at\n ../lib/eal/common/rte_service.c:441\n0x00000000008b0c68 in rte_service_run_iter_on_app_lcore (id=2,\n serialize_mt_unsafe=0) at\n ../lib/eal/common/rte_service.c:477\n0x000000000057bcc4 in schedule_devices (lcore_id=0) at\n ../examples/eventdev_pipeline/pipeline_common.h:138\n0x000000000057ca94 in worker_generic_burst (arg=0x17b131e80) at\n ../examples/eventdev_pipeline/\n pipeline_worker_generic.c:83\n0x00000000005794a8 in main (argc=11, argv=0xfffffffff470) at\n ../examples/eventdev_pipeline/main.c:449\n\nThe root cause is that the queue_id (11) is invalid, the queue_id comes\nfrom mbuf.hash.txadapter.txq which may pre-write by NIC driver when\nreceiving packets (e.g. pre-write mbuf.hash.fdir.hi field).\n\nBecause this example only enabled one ethdev queue, so fixes it by reset\ntxq to zero in the first worker stage.\n\n[1] dpdk-eventdev_pipeline -l 0-48 --vdev event_sw0 -- -r1 -t1 -e1 -w ff0\n -s5 -n0 -c32 -W1000 -D\nWhen launch eventdev_pipeline with command [1], event_sw\n\nFixes: 81fb40f95c82 (\"examples/eventdev: add generic worker pipeline\")\nCc: stable@dpdk.org\n\nSigned-off-by: Chengwen Feng \nSigned-off-by: Chenxingyu Wang \nAcked-by: Pavan Nikhilesh ","shortMessageHtmlLink":"examples/eventdev: fix segment fault with generic pipeline"}},{"before":"cb9187bc5c2b4bab0ad80194ac3b60491de14e8c","after":"94d8b04cfa53a41ab952b48f245867111a6f2509","ref":"refs/heads/next-virtio-for-next-net","pushedAt":"2024-09-19T12:01:58.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/virtio-user: reset used index counter in dev reset\n\nWhen the virtio device is reinitialized during ethdev reconfiguration,\nall the virtio rings are recreated and repopulated on the device.\nAccordingly, reset the used index counter value back to zero.\n\nFixes: 48a4464029a7 (\"net/virtio-user: support control VQ for packed\")\nCc: stable@dpdk.org\n\nSigned-off-by: Kommula Shiva Shankar \nReviewed-by: Maxime Coquelin ","shortMessageHtmlLink":"net/virtio-user: reset used index counter in dev reset"}},{"before":"cb9187bc5c2b4bab0ad80194ac3b60491de14e8c","after":"94d8b04cfa53a41ab952b48f245867111a6f2509","ref":"refs/heads/next-virtio-staging","pushedAt":"2024-09-19T11:19:19.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/virtio-user: reset used index counter in dev reset\n\nWhen the virtio device is reinitialized during ethdev reconfiguration,\nall the virtio rings are recreated and repopulated on the device.\nAccordingly, reset the used index counter value back to zero.\n\nFixes: 48a4464029a7 (\"net/virtio-user: support control VQ for packed\")\nCc: stable@dpdk.org\n\nSigned-off-by: Kommula Shiva Shankar \nReviewed-by: Maxime Coquelin ","shortMessageHtmlLink":"net/virtio-user: reset used index counter in dev reset"}},{"before":"b5293ef3ab72febc2fc8fe444347a232b9f005d5","after":"347dc8bf4acadd4375781dcd2eb44887d8ba0779","ref":"refs/heads/next-eventdev-for-main","pushedAt":"2024-09-19T09:42:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"app/test-eventdev: support measuring DMA adapter latency\n\nMove DMA ops to use mempool to prevent using the\nsame ops before completion.\nThis also allows us to measure forward latency.\n\nSigned-off-by: Pavan Nikhilesh \nAcked-by: Amit Prakash Shukla ","shortMessageHtmlLink":"app/test-eventdev: support measuring DMA adapter latency"}},{"before":"a1114380ce5de7a9daae17e93903f7ad6566e8b6","after":"de6e472398d9f18d1142d25f0b1dbb624b35a48d","ref":"refs/heads/next-baseband-for-main","pushedAt":"2024-09-19T08:25:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"bbdev: removing unnecessary symbols from version map\n\nA number of inline functions should not be in the\nversion map since ABI versioning would be irrelevant.\n\nSigned-off-by: Nicolas Chautru \nReviewed-by: Maxime Coquelin \nAcked-by: Hemant Agrawal ","shortMessageHtmlLink":"bbdev: removing unnecessary symbols from version map"}},{"before":"a1114380ce5de7a9daae17e93903f7ad6566e8b6","after":"de6e472398d9f18d1142d25f0b1dbb624b35a48d","ref":"refs/heads/next-baseband-staging","pushedAt":"2024-09-19T08:24:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"bbdev: removing unnecessary symbols from version map\n\nA number of inline functions should not be in the\nversion map since ABI versioning would be irrelevant.\n\nSigned-off-by: Nicolas Chautru \nReviewed-by: Maxime Coquelin \nAcked-by: Hemant Agrawal ","shortMessageHtmlLink":"bbdev: removing unnecessary symbols from version map"}},{"before":"2b85b51d42aea5baa5b927f6388196164ae3914f","after":"b5293ef3ab72febc2fc8fe444347a232b9f005d5","ref":"refs/heads/next-eventdev-for-main","pushedAt":"2024-09-18T08:12:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"test/event: fix incorrect target event queue\n\nIn OP_FWD mode, if internal port is supported, the target event queue\nshould be the TEST_APP_EV_QUEUE_ID.\n\nFixes: a276e7c8fbb3 (\"test/event: add DMA adapter auto-test\")\nCc: stable@dpdk.org\n\nSigned-off-by: Pavan Nikhilesh \nTested-by: Amit Prakash Shukla \nAcked-by: Amit Prakash Shukla ","shortMessageHtmlLink":"test/event: fix incorrect target event queue"}},{"before":"edae571307dbce5472c184a777ba8f71d22cc6a7","after":"3b50d6c67a3c033a49739a0bd1a132aee6d9e324","ref":"refs/heads/next-crypto-for-main","pushedAt":"2024-09-18T04:40:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"crypto/cnxk: remove delay in stats\n\nHaving 1 ms delay for retrieving stats per session would mean\nsignificant delay for a system with large number of sessions. If\naccurate stats are required, application can call stats again\nafter a delay and get most updated stats.\n\nSigned-off-by: Anoob Joseph \nAcked-by: Akhil Goyal ","shortMessageHtmlLink":"crypto/cnxk: remove delay in stats"}},{"before":"bd6c7e80fc799c2840a7fcaac4748baa337099e2","after":"edae571307dbce5472c184a777ba8f71d22cc6a7","ref":"refs/heads/next-crypto-for-main","pushedAt":"2024-09-17T20:47:33.000Z","pushType":"push","commitsCount":26,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"crypto/cnxk: remove delay in stats\n\nHaving 1 ms delay for retrieving stats per session would mean\nsignificant delay for a system with large number of sessions. If\naccurate stats are required, application can call stats again\nafter a delay and get most updated stats.\n\nSigned-off-by: Anoob Joseph \nAcked-by: Akhil Goyal ","shortMessageHtmlLink":"crypto/cnxk: remove delay in stats"}},{"before":"41dd9a6bc2d9c6e20e139ad713cc9d172572dd43","after":"bd6c7e80fc799c2840a7fcaac4748baa337099e2","ref":"refs/heads/next-crypto-for-main","pushedAt":"2024-09-17T18:50:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"doc: update Arm IPsec-MB dependency version\n\nUpdates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2024.07.08\nin snow3g and zuc documentation.\n\nSigned-off-by: Wathsala Vithanage \nReviewed-by: Dhruv Tripathi \nAcked-by: Jack Bond-Preston ","shortMessageHtmlLink":"doc: update Arm IPsec-MB dependency version"}},{"before":"b3485f4293997d35b6daecc3437bb0c183a51fb3","after":"41dd9a6bc2d9c6e20e139ad713cc9d172572dd43","ref":"refs/heads/next-crypto-for-main","pushedAt":"2024-09-17T18:35:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"doc: reorganize prog guide\n\nCreate categories in the index of the programmer's guide,\nsort chapters and rewrite some titles for consistency.\n\nSubdirectories are created for ethdev and eventdev\nfor grouping the files together.\n\nUseless link anchors at the beginning of files are removed,\nthe corresponding :ref: are replaced with :doc: links.\n\nSigned-off-by: David Young \nSigned-off-by: Thomas Monjalon ","shortMessageHtmlLink":"doc: reorganize prog guide"}},{"before":"76fc0bd78aec71baeaf923d15e22c6c206573534","after":"2b85b51d42aea5baa5b927f6388196164ae3914f","ref":"refs/heads/next-eventdev-for-main","pushedAt":"2024-09-17T15:27:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"eventdev: do not use zero length arrays\n\nZero length array's are a GNU C extension and should be replaced\nby use of flexible arrayrs. This has been fixed almost everywhere\nin DPDK 24.07 but looks like some event code got missed.\n\nGenerated by devtools/cocci/zero_length_array.cocci\n\nSigned-off-by: Stephen Hemminger ","shortMessageHtmlLink":"eventdev: do not use zero length arrays"}},{"before":"cb9187bc5c2b4bab0ad80194ac3b60491de14e8c","after":"76fc0bd78aec71baeaf923d15e22c6c206573534","ref":"refs/heads/next-eventdev-for-main","pushedAt":"2024-09-17T15:16:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"test/event: fix missing schedule type assignment\n\nMissing schedule type assignment might set it to\nincorrect value, set it to SCHED_TYPE_PARALLEL.\n\nFixes: d007a7f39de3 (\"eventdev: introduce link profiles\")\nCc: stable@dpdk.org\n\nSigned-off-by: Pavan Nikhilesh ","shortMessageHtmlLink":"test/event: fix missing schedule type assignment"}},{"before":"fa95bb49c8e89a02c2c8ec175191a92c381ec543","after":"a071bb2a52b01a4e189047192b121a5721105d7a","ref":"refs/heads/next-net-intel-for-next-net","pushedAt":"2024-09-17T14:30:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/iavf: delay VF reset command\n\nCommit 0f9ec0cbd2a9 (\"net/iavf: fix VF reset when using DCF\"),\nintroduced a VF-reset adminq call into the reset sequence for iavf.\nHowever, that call was very early in the sequence before other adminq\ncommands had been sent.\n\nTo delay the VF reset, we can put the message sending in the \"dev_close\"\nfunction, right before the adminq is shut down, and thereby guaranteeing\nthat we won't have any subsequent issues with adminq messages.\n\nIn the process of making this change, we can also use the iavf_vf_reset\nfunction from common/iavf, rather than hard-coding the message sending\nlower-level calls in the net driver.\n\nFixes: e74e1bb6280d (\"net/iavf: enable port reset\")\nFixes: 0f9ec0cbd2a9 (\"net/iavf: fix VF reset when using DCF\")\nCc: kaiwenx.deng@intel.com\nCc: stable@dpdk.org\n\nSigned-off-by: Bruce Richardson \nTested-by: Hongbo Li ","shortMessageHtmlLink":"net/iavf: delay VF reset command"}},{"before":"7d982a76c715e9a33e778723305272b2fe0210ec","after":"fa95bb49c8e89a02c2c8ec175191a92c381ec543","ref":"refs/heads/next-net-intel-for-next-net","pushedAt":"2024-09-17T14:23:09.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"common/iavf: update README\n\nUpdating README to have the latest version for IAVF Base driver.\n\nSigned-off-by: Soumyadeep Hore \nSigned-off-by: Bruce Richardson ","shortMessageHtmlLink":"common/iavf: update README"}},{"before":"cb9187bc5c2b4bab0ad80194ac3b60491de14e8c","after":"a1114380ce5de7a9daae17e93903f7ad6566e8b6","ref":"refs/heads/next-baseband-for-main","pushedAt":"2024-09-13T13:39:38.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"drivers/baseband: device queues initialization\n\nCosmetic change to keep code consistency in PMD for queue\ninitialization set to zero.\nNo functional impact.\n\nSigned-off-by: Hernan Vargas \nAcked-by: Hemant Agrawal \nReviewed-by: Maxime Coquelin ","shortMessageHtmlLink":"drivers/baseband: device queues initialization"}},{"before":"cb9187bc5c2b4bab0ad80194ac3b60491de14e8c","after":"a1114380ce5de7a9daae17e93903f7ad6566e8b6","ref":"refs/heads/next-baseband-staging","pushedAt":"2024-09-13T13:18:20.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"drivers/baseband: device queues initialization\n\nCosmetic change to keep code consistency in PMD for queue\ninitialization set to zero.\nNo functional impact.\n\nSigned-off-by: Hernan Vargas \nAcked-by: Hemant Agrawal \nReviewed-by: Maxime Coquelin ","shortMessageHtmlLink":"drivers/baseband: device queues initialization"}},{"before":"c82f0b2c8b75c38105172ce2cb893fa49f6ea335","after":"7d982a76c715e9a33e778723305272b2fe0210ec","ref":"refs/heads/next-net-intel-for-next-net","pushedAt":"2024-09-13T11:58:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/i40e: update base driver README\n\nUpdate README with the date of when the latest snapshot was generated.\n\nSigned-off-by: Anatoly Burakov \nAcked-by: Bruce Richardson ","shortMessageHtmlLink":"net/i40e: update base driver README"}},{"before":"c7b0c84b3f04ed928db7ebd7b0ea5dce7714f30b","after":"c82f0b2c8b75c38105172ce2cb893fa49f6ea335","ref":"refs/heads/next-net-intel-for-next-net","pushedAt":"2024-09-13T09:49:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/i40e: update base driver README\n\nUpdate README with the date of when the latest snapshot was generated.\n\nSigned-off-by: Anatoly Burakov \nAcked-by: Bruce Richardson ","shortMessageHtmlLink":"net/i40e: update base driver README"}},{"before":"126a3817617a9cbf75bfe646249511f6c2fb326e","after":"c7b0c84b3f04ed928db7ebd7b0ea5dce7714f30b","ref":"refs/heads/next-net-intel-for-next-net","pushedAt":"2024-09-12T15:50:26.000Z","pushType":"push","commitsCount":30,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/i40e: update base driver README\n\nUpdate README with the date of when the latest snapshot was generated.\n\nSigned-off-by: Anatoly Burakov \nAcked-by: Bruce Richardson ","shortMessageHtmlLink":"net/i40e: update base driver README"}},{"before":"523fd7b3adfdf5a87651e8ca33bc69223b3211d5","after":"e4299cf61002cfd1bbad806c73cf6fa6ded9bc1c","ref":"refs/heads/next-net-main","pushedAt":"2024-09-06T07:42:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/hns3: dump queue head and tail pointer info\n\nAdd dump the head and tail pointer of RxTx queue.\n-- Rx queue head and tail info:\n qid sw_head sw_hold hw_head hw_tail\n 0 288 32 256 320\n 1 248 56 192 280\n 2 264 72 192 296\n 3 256 64 192 292\n-- Tx queue head and tail info:\n qid sw_head sw_tail hw_head hw_tail\n 0 0 92 84 92\n 1 32 131 128 139\n 2 32 128 120 128\n 3 96 184 176 184\n\nSigned-off-by: Dengdui Huang ","shortMessageHtmlLink":"net/hns3: dump queue head and tail pointer info"}},{"before":"5cce3d463a99dbb5e7797faaed6c68df6c2b549a","after":"523fd7b3adfdf5a87651e8ca33bc69223b3211d5","ref":"refs/heads/next-net-for-main","pushedAt":"2024-09-05T09:44:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/nfp: support Ethernet type flow item\n\nAdd the support of match ethernet type item when\nusing flower firmware, with a limit that it can\nonly be used alone.\n\nSigned-off-by: Long Wu \nReviewed-by: Chaoyong He ","shortMessageHtmlLink":"net/nfp: support Ethernet type flow item"}},{"before":"e711b95cbe4e4c721b89f485436179a966727df9","after":"41dd9a6bc2d9c6e20e139ad713cc9d172572dd43","ref":"refs/heads/main","pushedAt":"2024-09-03T14:15:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"doc: reorganize prog guide\n\nCreate categories in the index of the programmer's guide,\nsort chapters and rewrite some titles for consistency.\n\nSubdirectories are created for ethdev and eventdev\nfor grouping the files together.\n\nUseless link anchors at the beginning of files are removed,\nthe corresponding :ref: are replaced with :doc: links.\n\nSigned-off-by: David Young \nSigned-off-by: Thomas Monjalon ","shortMessageHtmlLink":"doc: reorganize prog guide"}},{"before":"dfd68009230882b05be48d43a3b14df7875108b8","after":"126a3817617a9cbf75bfe646249511f6c2fb326e","ref":"refs/heads/next-net-intel-for-next-net","pushedAt":"2024-09-03T14:06:09.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/ixgbe: add PCI IDs for new device variants\n\nInclude different variants of E610 in the PCI ID table to ensure they are\nable to be initialized by DPDK driver.\n\nFixes: 316637762a5f (\"net/ixgbe/base: enable E610 device\")\nCc: stable@dpdk.org\n\nSigned-off-by: Anatoly Burakov \nAcked-by: Bruce Richardson ","shortMessageHtmlLink":"net/ixgbe: add PCI IDs for new device variants"}},{"before":"cb9187bc5c2b4bab0ad80194ac3b60491de14e8c","after":"e711b95cbe4e4c721b89f485436179a966727df9","ref":"refs/heads/main","pushedAt":"2024-09-03T14:00:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"doc: reorganize prog guide\n\nCreate categories in the index of the programmer's guide,\nsort chapters and rewrite some titles for consistency.\n\nSubdirectories are created for ethdev and eventdev\nfor grouping the files together.\n\nUseless link anchors at the beginning of files are removed,\nthe corresponding :ref: are replaced with :doc: links.\n\nSigned-off-by: David Young \nSigned-off-by: Thomas Monjalon ","shortMessageHtmlLink":"doc: reorganize prog guide"}},{"before":"077056ef50ec8e3717e4afcb6f89dcb77110e663","after":"5cce3d463a99dbb5e7797faaed6c68df6c2b549a","ref":"refs/heads/next-net-for-main","pushedAt":"2024-09-02T16:48:07.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/nfp: increase representor port txq number\n\nThis commit supports configuring multiple Tx queues for flower\nrepresentor port.\n\nSigned-off-by: Long Wu \nReviewed-by: Chaoyong He \nReviewed-by: Peng Zhang ","shortMessageHtmlLink":"net/nfp: increase representor port txq number"}},{"before":"5cce3d463a99dbb5e7797faaed6c68df6c2b549a","after":"523fd7b3adfdf5a87651e8ca33bc69223b3211d5","ref":"refs/heads/next-net-main","pushedAt":"2024-09-02T16:47:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/nfp: support Ethernet type flow item\n\nAdd the support of match ethernet type item when\nusing flower firmware, with a limit that it can\nonly be used alone.\n\nSigned-off-by: Long Wu \nReviewed-by: Chaoyong He ","shortMessageHtmlLink":"net/nfp: support Ethernet type flow item"}},{"before":"077056ef50ec8e3717e4afcb6f89dcb77110e663","after":"5cce3d463a99dbb5e7797faaed6c68df6c2b549a","ref":"refs/heads/next-net-main","pushedAt":"2024-09-02T11:04:36.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/nfp: increase representor port txq number\n\nThis commit supports configuring multiple Tx queues for flower\nrepresentor port.\n\nSigned-off-by: Long Wu \nReviewed-by: Chaoyong He \nReviewed-by: Peng Zhang ","shortMessageHtmlLink":"net/nfp: increase representor port txq number"}},{"before":"334bda1613888c26e6345dab3f2522e54087e808","after":"077056ef50ec8e3717e4afcb6f89dcb77110e663","ref":"refs/heads/next-net-for-main","pushedAt":"2024-09-02T10:05:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/mana: support arm64\n\nThe driver has been verified on Linux arm64. Enable this build option\nand add a missing header file for arm64.\n\nSigned-off-by: Long Li ","shortMessageHtmlLink":"net/mana: support arm64"}},{"before":"b3485f4293997d35b6daecc3437bb0c183a51fb3","after":"077056ef50ec8e3717e4afcb6f89dcb77110e663","ref":"refs/heads/next-net-brcm-main","pushedAt":"2024-08-29T18:29:11.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"dpdk-replication","name":null,"path":"/dpdk-replication","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30051811?s=80&v=4"},"commit":{"message":"net/mana: support arm64\n\nThe driver has been verified on Linux arm64. Enable this build option\nand add a missing header file for arm64.\n\nSigned-off-by: Long Li ","shortMessageHtmlLink":"net/mana: support arm64"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQxNjowMDoyNS4wMDAwMDBazwAAAAS7ETdd","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQxNjowMDoyNS4wMDAwMDBazwAAAAS7ETdd","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yOVQxODoyOToxMS4wMDAwMDBazwAAAASn8G1y"}},"title":"Activity ยท DPDK/dpdk"}