automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: mko-plv@napatech.com, robot@bytheb.org
Subject: |FAILURE| pw130416 [PATCH 8/8] net/ntnic: adds socket connection to PMD
Date: Wed, 16 Aug 2023 10:39:02 -0400	[thread overview]
Message-ID: <20230816143902.1158065-1-robot@bytheb.org> (raw)
In-Reply-To: <20230816132552.2483752-8-mko-plv@napatech.com>

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/130416/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5880015774
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
[124/718] Linking target examples/dpdk-ip_pipeline.
[125/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_flow.c.o'.
[126/718] Compiling C object 'examples/c590b3c@@dpdk-ip_reassembly@exe/ip_reassembly_main.c.o'.
[127/718] Linking target examples/dpdk-ip_reassembly.
[128/718] Linking target examples/dpdk-l2fwd.
[129/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
[130/718] Compiling C object 'examples/c590b3c@@dpdk-ipv4_multicast@exe/ipv4_multicast_main.c.o'.
[131/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_process.c.o'.
[132/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec-secgw.c.o'.
[133/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec.c.o'.
[134/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_parser.c.o'.
[135/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_rt.c.o'.
[136/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sa.c.o'.
[137/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sp4.c.o'.
[138/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o'.
[139/718] Generating html_guides with a custom command.
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 23.11.0-rc0 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -a -W

Warning, treated as error:
/home/runner/work/dpdk/dpdk/doc/guides/nics/ntnic.rst:document isn't included in any toctree
[140/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sad.c.o'.
[141/718] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sp6.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
                                  ~~~     ^~~~
../drivers/net/ntnic/nthw/flow_filter/flow_nthw_km.c:371:49: error: variable 'val' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
        CHECK_AND_SET_VALUE(p->mp_rcp_data_dw10_sel_a, val);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
../drivers/net/ntnic/nthw/flow_filter/flow_nthw_km.c:19:29: note: expanded from macro 'CHECK_AND_SET_VALUE'
                __typeof__(_val) (val) = (_val); \
                                  ~~~     ^~~~
../drivers/net/ntnic/nthw/flow_filter/flow_nthw_km.c:376:49: error: variable 'val' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
        CHECK_AND_SET_VALUE(p->mp_rcp_data_dw10_sel_b, val);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
../drivers/net/ntnic/nthw/flow_filter/flow_nthw_km.c:19:29: note: expanded from macro 'CHECK_AND_SET_VALUE'
                __typeof__(_val) (val) = (_val); \
                                  ~~~     ^~~~
../drivers/net/ntnic/nthw/flow_filter/flow_nthw_km.c:466:47: error: variable 'val' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
        CHECK_AND_SET_VALUE(p->mp_rcp_data_flow_set, val);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
../drivers/net/ntnic/nthw/flow_filter/flow_nthw_km.c:19:29: note: expanded from macro 'CHECK_AND_SET_VALUE'
                __typeof__(_val) (val) = (_val); \
                                  ~~~     ^~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1899/3927] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_pdb.c.o'.
[1900/3927] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_backend.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[1370/3185] Generating rte_net_ngbe.pmd.c with a custom command.
[1371/3185] Compiling C object 'drivers/a715181@@rte_net_ngbe@sta/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[1372/3185] Linking static target drivers/librte_net_ngbe.a.
[1373/3185] Compiling C object 'drivers/a715181@@rte_net_ngbe@sha/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[1374/3185] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_adapter.c.o'.
[1375/3185] Linking target drivers/librte_net_ngbe.so.24.0.
[1376/3185] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -Wno-format-truncation -std=c11 -DDEBUG -DNT_TOOLS -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o' -c ../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c
../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c: In function ‘nt4ga_pci_ta_tg_measure_throughput_run’:
../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:207:13: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  207 |  mem_addr = (uint32_t *)p_dma->addr;
      |             ^
cc1: all warnings being treated as errors
[1377/3185] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_link_100g.c.o'.
[1378/3185] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_stat.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_stat.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -Wno-format-truncation -std=c11 -DDEBUG -DNT_TOOLS -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_stat.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_stat.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_stat.c.o' -c ../drivers/net/ntnic/adapter/nt4ga_stat.c
../drivers/net/ntnic/adapter/nt4ga_stat.c: In function ‘nt4ga_stat_setup’:
../drivers/net/ntnic/adapter/nt4ga_stat.c:134:38: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  134 |   p_nt4ga_stat->p_stat_dma_virtual = (uint32_t *)p_dma->addr;
      |                                      ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[1481/3402] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy.c.o'.
[1482/3402] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_rtl.c.o'.
[1483/3402] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_mvl.c.o'.
[1484/3402] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_yt.c.o'.
[1485/3402] Linking static target drivers/net/ngbe/base/libngbe_base.a.
[1486/3402] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_ethdev.c.o'.
[1487/3402] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_ptypes.c.o'.
[1488/3402] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_rxtx.c.o'.
[1489/3402] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_pf.c.o'.
[1490/3402] Linking static target drivers/libtmp_rte_net_ngbe.a.
[1491/3402] Generating rte_net_nfp.pmd.c with a custom command.
[1492/3402] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_link_100g.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_link_100g.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -Wno-format-truncation -std=c11 -DDEBUG -DNT_TOOLS -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_link_100g.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_link_100g.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_link_100g.c.o' -c ../drivers/net/ntnic/adapter/nt4ga_link_100g.c
In file included from /usr/powerpc64le-linux-gnu/include/bits/sigcontext.h:30,
                 from /usr/powerpc64le-linux-gnu/include/signal.h:291,
                 from ../drivers/net/ntnic/adapter/nt4ga_adapter.h:85,
                 from ../drivers/net/ntnic/adapter/nt4ga_link_100g.c:8:
/usr/powerpc64le-linux-gnu/include/asm/sigcontext.h:18:23: error: expected identifier or ‘(’ before ‘[’ token
   18 |  unsigned long _unused[4];
      |                       ^
[1493/3402] Compiling C object 'drivers/a715181@@rte_net_nfp@sta/meson-generated_.._rte_net_nfp.pmd.c.o'.
[1494/3402] Generating rte_net_ngbe.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2023-08-16 14:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230816132552.2483752-8-mko-plv@napatech.com>
2023-08-16 13:49 ` |SUCCESS| pw130414-130416 " qemudev
2023-08-16 13:53 ` qemudev
2023-08-16 14:07 ` |WARNING| pw130416 " checkpatch
2023-08-16 14:39 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230816143902.1158065-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=mko-plv@napatech.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).