11/07/2017 06:27, Jiayu Hu: > Add description to programmer's guide to explain the > design of the GRO library. > > Signed-off-by: Jiayu Hu <jiayu...@intel.com> > --- > MAINTAINERS | 1 + > .../prog_guide/generic_receive_offload_lib.rst | 163 > +++++++++++++++++++++ > doc/guides/prog_guide/index.rst | 1 + > doc/guides/prog_guide/source_org.rst | 1 + > 4 files changed, 166 insertions(+) > create mode 100644 doc/guides/prog_guide/generic_receive_offload_lib.rst
Looking for a reviewer of this new doc. Any volunteer? > --- a/doc/guides/prog_guide/source_org.rst > +++ b/doc/guides/prog_guide/source_org.rst > @@ -68,6 +68,7 @@ The lib directory contains:: > +-- librte_distributor # Packet distributor > +-- librte_eal # Environment abstraction layer > +-- librte_ether # Generic interface to poll mode driver > + +-- librte_gro # Generic receive offload library > +-- librte_hash # Hash library > +-- librte_ip_frag # IP fragmentation library > +-- librte_kni # Kernel NIC interface I really want we remove this file. It is useless and not well maintained.