aboutsummaryrefslogtreecommitdiffstats
path: root/extras/libmemif/adapter.go
AgeCommit message (Collapse)AuthorFilesLines
2021-07-27https://jira.fd.io/browse/GOVPP-21Kusakabe Si1-0/+10
Signed-off-by: Kusakabe Si <linux@kskb.eu.org> Change-Id: Ib1761e3b93dae70680646ce7fdd78a1168fd0b9f
2021-06-24https://jira.fd.io/projects/GOVPP/issues/GOVPP-20Kusakabe Si1-0/+5
Signed-off-by: Kusakabe Si <linux@kskb.eu.org> Change-Id: I14ae5071414d945a45d3d104390982085f3109ab
2020-08-07Update libmemifVladimir Lavor1-9/+20
Change-Id: I5db0460f375c9e34bc09170a310d52e1a619ed34 Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
2019-08-02Migrate to modules, refactor Makefile and use Travis for CIOndrej Fabry1-1/+1
- migrate to Go modules and remove vendor - refactor Makefile - add version package and store version - split extras from the rest - use travis for CI Change-Id: I81b35220653b0f7c9a0fcdd4c527d691ec1e96c1 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
2018-11-07Update libmemif adapter with changes in vppTomas Slusny1-2/+6
- Add regions to memif_queue_details - Insert ErrConnRefused to err.go and update indices Change-Id: Iaca791c0044ab8b340bfb48d538d00dc0ae243ba Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-06Fix compilation failure in libmemif adapter.goSerguei Bezverkhi1-2/+2
Change-Id: I39704999503bb4e61f6f0abe8aede5d1d569e5b7 Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2018-07-06Add support for jumbo frames to libmemifTomas Slusny1-37/+189
Add support for frames larger than maximum buffer size to libmemif adapter. Change-Id: I8b2d9fe7e05328194cd0aafd6e3ab40392ebbfed Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-02Add compatibility with libmemif 2Milan Lenco1-25/+29
Change-Id: Iff143c7aeb973b3f8629a7412bb956c1b8f8f81d Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2017-11-28Fix imports for github.com/sirupsen/logrusOndrej Fabry1-1/+1
Change-Id: I84f2e45e5ff188a2a7a80cf69f607b44486c1754 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
2017-10-13ODPM 266: Go-libmemif + 2 examples.Milan Lenco1-0/+1107
Change-Id: Icdb9b9eb2314eff6c96afe7996fcf2728291de4a Signed-off-by: Milan Lenco <milan.lenco@pantheon.tech>