aboutsummaryrefslogtreecommitdiffstats
path: root/vcl-ldpreload/MAINTAINERS
diff options
context:
space:
mode:
authorshrinivasan ganapathy <shrinivasanganapathy@gmail.com>2017-08-11 12:14:05 -0700
committershrinivasan ganapathy <shrinivasanganapathy@gmail.com>2017-08-17 10:36:00 -0700
commite1b749ab40f057bc5098a882b60e3a20da1cf1f9 (patch)
treeb8a9b4d7b435da05f28fb0f5198ad03403c49292 /vcl-ldpreload/MAINTAINERS
parente6f61ec6c384d68cc3623f6a1070d9234eeed610 (diff)
VCL-LDPRELOAD LIBRARY
A LD_PRELOAD library built on top of VCL library - initial creation. - User can LD_PRELOAD any application that uses POSIX socket API and yet reap the benifits of VPP transport. - addressed review comments - fix bug in vcom_select rv was always zero. - updated README.md with instructions to use socket_test.sh script Signed-off-by: shrinivasan ganapathy <shrinivasanganapathy@gmail.com> new file: vcl-ldpreload/LICENSE new file: vcl-ldpreload/MAINTAINERS new file: vcl-ldpreload/src/Makefile.am new file: vcl-ldpreload/src/configure.ac new file: vcl-ldpreload/src/libvcl-ldpreload.am new file: vcl-ldpreload/src/libvcl-ldpreload/TODO new file: vcl-ldpreload/src/libvcl-ldpreload/vcom.c new file: vcl-ldpreload/src/libvcl-ldpreload/vcom.h new file: vcl-ldpreload/src/libvcl-ldpreload/vcom_glibc_socket.h new file: vcl-ldpreload/src/libvcl-ldpreload/vcom_socket.c new file: vcl-ldpreload/src/libvcl-ldpreload/vcom_socket.h new file: vcl-ldpreload/src/libvcl-ldpreload/vcom_socket_wrapper.c new file: vcl-ldpreload/src/libvcl-ldpreload/vcom_socket_wrapper.h new file: vcl-ldpreload/src/vcl-ldpreload.mk new file: vcl-ldpreload/test/README.md Change-Id: I0db70bc4c3b3bac35451afa432c20dc04cb9699c Signed-off-by: shrinivasan ganapathy <shrinivasanganapathy@gmail.com>
Diffstat (limited to 'vcl-ldpreload/MAINTAINERS')
-rw-r--r--vcl-ldpreload/MAINTAINERS30
1 files changed, 30 insertions, 0 deletions
diff --git a/vcl-ldpreload/MAINTAINERS b/vcl-ldpreload/MAINTAINERS
new file mode 100644
index 0000000..68c6204
--- /dev/null
+++ b/vcl-ldpreload/MAINTAINERS
@@ -0,0 +1,30 @@
+Descriptions of section entries:
+
+ M: Maintainer Full name and E-mail address: Full Name <address@domain>
+ One maintainer per line. Multiple M: lines acceptable.
+ F: Files and directories with wildcard patterns.
+ A trailing slash includes all files and subdirectory files.
+ F: drivers/net/ all files in and below drivers/net
+ F: drivers/net/* all files in drivers/net, but not below
+ One pattern per line. Multiple F: lines acceptable.
+ C: Single line comment related to current section.
+
+ -----------------------------------
+
+Build System
+M: Shrinivasan Ganapathy <shganapa@cisco.com>
+F: Makefile
+F: src/*.ac
+F: src/*.am
+F: src/*.mk
+F: src/m4/
+
+VCL-LDPRELOAD Library
+M: Shrinivasan Ganapathy <shganapa@cisco.com>
+F: src/libvcl-ldpreload/
+
+
+THE REST
+C: Contact vppsb-dev Mailing List <vppsb-dev@lists.fd.io>
+F: *
+F: */