This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 84bc9a4cdc3569f79d894f4644a4e0051155be24 (commit) from 35af07b2469e9f41769648b2d17b7d2be52ee270 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 84bc9a4cdc3569f79d894f4644a4e0051155be24 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Aug 18 17:52:08 2016 +0300
linux-gen: socket mmap remove todo
socket mmap is not performance target for pktio. Improving performance for it needs more profiling and understanding it's work. Remove this todo because there is no plan to work on performance for socket mmap. https://bugs.linaro.org/show_bug.cgi?id=2409
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Mike Holmes mike.holmes@linaro.org
diff --git a/platform/linux-generic/pktio/socket_mmap.c b/platform/linux-generic/pktio/socket_mmap.c index 8b24c99..9655668 100644 --- a/platform/linux-generic/pktio/socket_mmap.c +++ b/platform/linux-generic/pktio/socket_mmap.c @@ -345,7 +345,6 @@ static inline unsigned pkt_mmap_v2_tx(int sock, struct ring *ring,
static void mmap_fill_ring(struct ring *ring, odp_pool_t pool_hdl, int fanout) { - /*@todo add Huge Pages support*/ int pz = getpagesize(); uint32_t pool_id; pool_entry_t *pool_entry;
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/pktio/socket_mmap.c | 1 - 1 file changed, 1 deletion(-)
hooks/post-receive