Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 1 | /* |
Willy Tarreau | c7e4238 | 2012-08-24 19:22:53 +0200 | [diff] [blame] | 2 | * include/proto/channel.h |
| 3 | * Channel management definitions, macros and inline functions. |
Willy Tarreau | 7c3c541 | 2009-12-13 15:53:05 +0100 | [diff] [blame] | 4 | * |
Willy Tarreau | a27dc19 | 2014-11-27 22:10:04 +0100 | [diff] [blame] | 5 | * Copyright (C) 2000-2014 Willy Tarreau - w@1wt.eu |
Willy Tarreau | 7c3c541 | 2009-12-13 15:53:05 +0100 | [diff] [blame] | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public |
| 9 | * License as published by the Free Software Foundation, version 2.1 |
| 10 | * exclusively. |
| 11 | * |
| 12 | * This library is distributed in the hope that it will be useful, |
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | * Lesser General Public License for more details. |
| 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software |
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ |
Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 21 | |
Willy Tarreau | c7e4238 | 2012-08-24 19:22:53 +0200 | [diff] [blame] | 22 | #ifndef _PROTO_CHANNEL_H |
| 23 | #define _PROTO_CHANNEL_H |
Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 24 | |
Willy Tarreau | 08d5ac8 | 2018-06-06 15:09:28 +0200 | [diff] [blame] | 25 | #include <stdint.h> |
Willy Tarreau | 7341d94 | 2007-05-13 19:56:02 +0200 | [diff] [blame] | 26 | #include <stdio.h> |
Willy Tarreau | 0f77253 | 2006-12-23 20:51:41 +0100 | [diff] [blame] | 27 | #include <stdlib.h> |
Willy Tarreau | 7341d94 | 2007-05-13 19:56:02 +0200 | [diff] [blame] | 28 | #include <string.h> |
Willy Tarreau | 0f77253 | 2006-12-23 20:51:41 +0100 | [diff] [blame] | 29 | |
Willy Tarreau | e3ba5f0 | 2006-06-29 18:54:54 +0200 | [diff] [blame] | 30 | #include <common/config.h> |
Willy Tarreau | c7e4238 | 2012-08-24 19:22:53 +0200 | [diff] [blame] | 31 | #include <common/chunk.h> |
Willy Tarreau | 0c303ee | 2008-07-07 00:09:58 +0200 | [diff] [blame] | 32 | #include <common/ticks.h> |
Willy Tarreau | fa64558 | 2007-06-03 15:59:52 +0200 | [diff] [blame] | 33 | #include <common/time.h> |
| 34 | |
Thierry FOURNIER | ac836ba | 2014-12-16 15:41:18 +0100 | [diff] [blame] | 35 | #include <types/channel.h> |
Willy Tarreau | 7c3c541 | 2009-12-13 15:53:05 +0100 | [diff] [blame] | 36 | #include <types/global.h> |
Willy Tarreau | 87b0966 | 2015-04-03 00:22:06 +0200 | [diff] [blame] | 37 | #include <types/stream.h> |
Willy Tarreau | 7379653 | 2014-11-28 14:10:28 +0100 | [diff] [blame] | 38 | #include <types/stream_interface.h> |
Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 39 | |
Christopher Faulet | a73e59b | 2016-12-09 17:30:18 +0100 | [diff] [blame] | 40 | #include <proto/task.h> |
| 41 | |
Willy Tarreau | 7341d94 | 2007-05-13 19:56:02 +0200 | [diff] [blame] | 42 | /* perform minimal intializations, report 0 in case of error, 1 if OK. */ |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 43 | int init_channel(); |
Willy Tarreau | 7341d94 | 2007-05-13 19:56:02 +0200 | [diff] [blame] | 44 | |
Willy Tarreau | 55a6906 | 2012-10-26 00:21:52 +0200 | [diff] [blame] | 45 | unsigned long long __channel_forward(struct channel *chn, unsigned long long bytes); |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 46 | |
| 47 | /* SI-to-channel functions working with buffers */ |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 48 | int ci_putblk(struct channel *chn, const char *str, int len); |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 49 | int ci_putchr(struct channel *chn, char c); |
Willy Tarreau | 55f3ce1 | 2018-07-18 11:49:27 +0200 | [diff] [blame] | 50 | int ci_getline_nc(const struct channel *chn, char **blk1, size_t *len1, char **blk2, size_t *len2); |
| 51 | int ci_getblk_nc(const struct channel *chn, char **blk1, size_t *len1, char **blk2, size_t *len2); |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 52 | int co_inject(struct channel *chn, const char *msg, int len); |
Willy Tarreau | 41ab868 | 2017-10-19 14:58:40 +0200 | [diff] [blame] | 53 | int co_getline(const struct channel *chn, char *str, int len); |
| 54 | int co_getblk(const struct channel *chn, char *blk, int len, int offset); |
Willy Tarreau | 55f3ce1 | 2018-07-18 11:49:27 +0200 | [diff] [blame] | 55 | int co_getline_nc(const struct channel *chn, const char **blk1, size_t *len1, const char **blk2, size_t *len2); |
| 56 | int co_getblk_nc(const struct channel *chn, const char **blk1, size_t *len1, const char **blk2, size_t *len2); |
Thierry FOURNIER | ca16b03 | 2015-02-16 19:26:48 +0100 | [diff] [blame] | 57 | |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 58 | |
Willy Tarreau | 87b0966 | 2015-04-03 00:22:06 +0200 | [diff] [blame] | 59 | /* returns a pointer to the stream the channel belongs to */ |
Thierry FOURNIER | 27929fb | 2015-09-25 08:36:11 +0200 | [diff] [blame] | 60 | static inline struct stream *chn_strm(const struct channel *chn) |
Willy Tarreau | d5ccfa3 | 2014-12-28 13:03:53 +0100 | [diff] [blame] | 61 | { |
| 62 | if (chn->flags & CF_ISRESP) |
Willy Tarreau | 87b0966 | 2015-04-03 00:22:06 +0200 | [diff] [blame] | 63 | return LIST_ELEM(chn, struct stream *, res); |
Willy Tarreau | d5ccfa3 | 2014-12-28 13:03:53 +0100 | [diff] [blame] | 64 | else |
Willy Tarreau | 87b0966 | 2015-04-03 00:22:06 +0200 | [diff] [blame] | 65 | return LIST_ELEM(chn, struct stream *, req); |
Willy Tarreau | d5ccfa3 | 2014-12-28 13:03:53 +0100 | [diff] [blame] | 66 | } |
| 67 | |
Willy Tarreau | 7379653 | 2014-11-28 14:10:28 +0100 | [diff] [blame] | 68 | /* returns a pointer to the stream interface feeding the channel (producer) */ |
| 69 | static inline struct stream_interface *chn_prod(const struct channel *chn) |
| 70 | { |
Willy Tarreau | 5decc05 | 2014-11-28 14:22:12 +0100 | [diff] [blame] | 71 | if (chn->flags & CF_ISRESP) |
Willy Tarreau | 87b0966 | 2015-04-03 00:22:06 +0200 | [diff] [blame] | 72 | return &LIST_ELEM(chn, struct stream *, res)->si[1]; |
Willy Tarreau | 5decc05 | 2014-11-28 14:22:12 +0100 | [diff] [blame] | 73 | else |
Willy Tarreau | 87b0966 | 2015-04-03 00:22:06 +0200 | [diff] [blame] | 74 | return &LIST_ELEM(chn, struct stream *, req)->si[0]; |
Willy Tarreau | 7379653 | 2014-11-28 14:10:28 +0100 | [diff] [blame] | 75 | } |
| 76 | |
| 77 | /* returns a pointer to the stream interface consuming the channel (producer) */ |
| 78 | static inline struct stream_interface *chn_cons(const struct channel *chn) |
| 79 | { |
Willy Tarreau | 5decc05 | 2014-11-28 14:22:12 +0100 | [diff] [blame] | 80 | if (chn->flags & CF_ISRESP) |
Willy Tarreau | 87b0966 | 2015-04-03 00:22:06 +0200 | [diff] [blame] | 81 | return &LIST_ELEM(chn, struct stream *, res)->si[0]; |
Willy Tarreau | 5decc05 | 2014-11-28 14:22:12 +0100 | [diff] [blame] | 82 | else |
Willy Tarreau | 87b0966 | 2015-04-03 00:22:06 +0200 | [diff] [blame] | 83 | return &LIST_ELEM(chn, struct stream *, req)->si[1]; |
Willy Tarreau | 7379653 | 2014-11-28 14:10:28 +0100 | [diff] [blame] | 84 | } |
| 85 | |
Willy Tarreau | 08d5ac8 | 2018-06-06 15:09:28 +0200 | [diff] [blame] | 86 | /* c_orig() : returns the pointer to the channel buffer's origin */ |
| 87 | static inline char *c_orig(const struct channel *c) |
| 88 | { |
| 89 | return b_orig(c->buf); |
| 90 | } |
| 91 | |
| 92 | /* c_size() : returns the size of the channel's buffer */ |
| 93 | static inline size_t c_size(const struct channel *c) |
| 94 | { |
| 95 | return b_size(c->buf); |
| 96 | } |
| 97 | |
| 98 | /* c_wrap() : returns the pointer to the channel buffer's wrapping point */ |
| 99 | static inline char *c_wrap(const struct channel *c) |
| 100 | { |
| 101 | return b_wrap(c->buf); |
| 102 | } |
| 103 | |
| 104 | /* c_data() : returns the amount of data in the channel's buffer */ |
| 105 | static inline size_t c_data(const struct channel *c) |
| 106 | { |
| 107 | return b_data(c->buf); |
| 108 | } |
| 109 | |
| 110 | /* c_room() : returns the room left in the channel's buffer */ |
| 111 | static inline size_t c_room(const struct channel *c) |
| 112 | { |
| 113 | return b_size(c->buf) - b_data(c->buf); |
| 114 | } |
| 115 | |
| 116 | /* c_empty() : returns a boolean indicating if the channel's buffer is empty */ |
| 117 | static inline size_t c_empty(const struct channel *c) |
| 118 | { |
| 119 | return !c_data(c); |
| 120 | } |
| 121 | |
| 122 | /* c_full() : returns a boolean indicating if the channel's buffer is full */ |
| 123 | static inline size_t c_full(const struct channel *c) |
| 124 | { |
| 125 | return !c_room(c); |
| 126 | } |
| 127 | |
| 128 | /* co_data() : returns the amount of output data in the channel's buffer */ |
| 129 | static inline size_t co_data(const struct channel *c) |
| 130 | { |
Olivier Houchard | 08afac0 | 2018-06-22 19:26:39 +0200 | [diff] [blame] | 131 | return c->output; |
Willy Tarreau | 08d5ac8 | 2018-06-06 15:09:28 +0200 | [diff] [blame] | 132 | } |
| 133 | |
| 134 | /* ci_data() : returns the amount of input data in the channel's buffer */ |
| 135 | static inline size_t ci_data(const struct channel *c) |
| 136 | { |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 137 | return c_data(c) - co_data(c); |
Willy Tarreau | 08d5ac8 | 2018-06-06 15:09:28 +0200 | [diff] [blame] | 138 | } |
| 139 | |
| 140 | /* ci_next() : for an absolute pointer <p> or a relative offset <o> pointing to |
| 141 | * a valid location within channel <c>'s buffer, returns either the absolute |
| 142 | * pointer or the relative offset pointing to the next byte, which usually is |
| 143 | * at (p + 1) unless p reaches the wrapping point and wrapping is needed. |
| 144 | */ |
| 145 | static inline size_t ci_next_ofs(const struct channel *c, size_t o) |
| 146 | { |
| 147 | return b_next_ofs(c->buf, o); |
| 148 | } |
| 149 | static inline char *ci_next(const struct channel *c, const char *p) |
| 150 | { |
| 151 | return b_next(c->buf, p); |
| 152 | } |
| 153 | |
| 154 | |
| 155 | /* c_ptr() : returns a pointer to an offset relative to the beginning of the |
| 156 | * input data in the buffer. If instead the offset is negative, a pointer to |
| 157 | * existing output data is returned. The function only takes care of wrapping, |
| 158 | * it's up to the caller to ensure the offset is always within byte count |
| 159 | * bounds. |
| 160 | */ |
| 161 | static inline char *c_ptr(const struct channel *c, ssize_t ofs) |
| 162 | { |
| 163 | return b_peek(c->buf, co_data(c) + ofs); |
| 164 | } |
| 165 | |
| 166 | /* c_adv() : advances the channel's buffer by <adv> bytes, which means that the |
| 167 | * buffer's pointer advances, and that as many bytes from in are transferred |
| 168 | * from in to out. The caller is responsible for ensuring that adv is always |
| 169 | * smaller than or equal to b->i. |
| 170 | */ |
| 171 | static inline void c_adv(struct channel *c, size_t adv) |
| 172 | { |
Olivier Houchard | 08afac0 | 2018-06-22 19:26:39 +0200 | [diff] [blame] | 173 | c->output += adv; |
Willy Tarreau | 08d5ac8 | 2018-06-06 15:09:28 +0200 | [diff] [blame] | 174 | } |
| 175 | |
| 176 | /* c_rew() : rewinds the channel's buffer by <adv> bytes, which means that the |
| 177 | * buffer's pointer goes backwards, and that as many bytes from out are moved |
| 178 | * to in. The caller is responsible for ensuring that adv is always smaller |
| 179 | * than or equal to b->o. |
| 180 | */ |
| 181 | static inline void c_rew(struct channel *c, size_t adv) |
| 182 | { |
Olivier Houchard | 08afac0 | 2018-06-22 19:26:39 +0200 | [diff] [blame] | 183 | c->output -= adv; |
Willy Tarreau | 08d5ac8 | 2018-06-06 15:09:28 +0200 | [diff] [blame] | 184 | } |
| 185 | |
| 186 | /* c_realign_if_empty() : realign the channel's buffer if it's empty */ |
| 187 | static inline void c_realign_if_empty(struct channel *chn) |
| 188 | { |
| 189 | b_realign_if_empty(chn->buf); |
| 190 | } |
| 191 | |
Olivier Houchard | d4251a7 | 2018-06-29 16:17:34 +0200 | [diff] [blame] | 192 | /* Sets the amount of output for the channel */ |
| 193 | static inline void co_set_data(struct channel *c, size_t output) |
| 194 | { |
Olivier Houchard | 08afac0 | 2018-06-22 19:26:39 +0200 | [diff] [blame] | 195 | c->buf->len += output - c->output; |
| 196 | c->output = output; |
Olivier Houchard | d4251a7 | 2018-06-29 16:17:34 +0200 | [diff] [blame] | 197 | } |
| 198 | |
Willy Tarreau | 08d5ac8 | 2018-06-06 15:09:28 +0200 | [diff] [blame] | 199 | |
| 200 | /* co_head() : returns a pointer to the beginning of output data in the buffer. |
| 201 | * The "__" variants don't support wrapping, "ofs" are relative to |
| 202 | * the buffer's origin. |
| 203 | */ |
| 204 | static inline size_t __co_head_ofs(const struct channel *c) |
| 205 | { |
| 206 | return __b_peek_ofs(c->buf, 0); |
| 207 | } |
| 208 | static inline char *__co_head(const struct channel *c) |
| 209 | { |
| 210 | return __b_peek(c->buf, 0); |
| 211 | } |
| 212 | static inline size_t co_head_ofs(const struct channel *c) |
| 213 | { |
| 214 | return b_peek_ofs(c->buf, 0); |
| 215 | } |
| 216 | static inline char *co_head(const struct channel *c) |
| 217 | { |
| 218 | return b_peek(c->buf, 0); |
| 219 | } |
| 220 | |
| 221 | |
| 222 | /* co_tail() : returns a pointer to the end of output data in the buffer. |
| 223 | * The "__" variants don't support wrapping, "ofs" are relative to |
| 224 | * the buffer's origin. |
| 225 | */ |
| 226 | static inline size_t __co_tail_ofs(const struct channel *c) |
| 227 | { |
| 228 | return __b_peek_ofs(c->buf, co_data(c)); |
| 229 | } |
| 230 | static inline char *__co_tail(const struct channel *c) |
| 231 | { |
| 232 | return __b_peek(c->buf, co_data(c)); |
| 233 | } |
| 234 | static inline size_t co_tail_ofs(const struct channel *c) |
| 235 | { |
| 236 | return b_peek_ofs(c->buf, co_data(c)); |
| 237 | } |
| 238 | static inline char *co_tail(const struct channel *c) |
| 239 | { |
| 240 | return b_peek(c->buf, co_data(c)); |
| 241 | } |
| 242 | |
| 243 | |
| 244 | /* ci_head() : returns a pointer to the beginning of input data in the buffer. |
| 245 | * The "__" variants don't support wrapping, "ofs" are relative to |
| 246 | * the buffer's origin. |
| 247 | */ |
| 248 | static inline size_t __ci_head_ofs(const struct channel *c) |
| 249 | { |
| 250 | return __b_peek_ofs(c->buf, co_data(c)); |
| 251 | } |
| 252 | static inline char *__ci_head(const struct channel *c) |
| 253 | { |
| 254 | return __b_peek(c->buf, co_data(c)); |
| 255 | } |
| 256 | static inline size_t ci_head_ofs(const struct channel *c) |
| 257 | { |
| 258 | return b_peek_ofs(c->buf, co_data(c)); |
| 259 | } |
| 260 | static inline char *ci_head(const struct channel *c) |
| 261 | { |
| 262 | return b_peek(c->buf, co_data(c)); |
| 263 | } |
| 264 | |
| 265 | |
| 266 | /* ci_tail() : returns a pointer to the end of input data in the buffer. |
| 267 | * The "__" variants don't support wrapping, "ofs" are relative to |
| 268 | * the buffer's origin. |
| 269 | */ |
| 270 | static inline size_t __ci_tail_ofs(const struct channel *c) |
| 271 | { |
| 272 | return __b_peek_ofs(c->buf, c_data(c)); |
| 273 | } |
| 274 | static inline char *__ci_tail(const struct channel *c) |
| 275 | { |
| 276 | return __b_peek(c->buf, c_data(c)); |
| 277 | } |
| 278 | static inline size_t ci_tail_ofs(const struct channel *c) |
| 279 | { |
| 280 | return b_peek_ofs(c->buf, c_data(c)); |
| 281 | } |
| 282 | static inline char *ci_tail(const struct channel *c) |
| 283 | { |
| 284 | return b_peek(c->buf, c_data(c)); |
| 285 | } |
| 286 | |
| 287 | |
| 288 | /* ci_stop() : returns the pointer to the byte following the end of input data |
| 289 | * in the channel buffer. It may be out of the buffer. It's used to |
| 290 | * compute lengths or stop pointers. |
| 291 | */ |
| 292 | static inline size_t __ci_stop_ofs(const struct channel *c) |
| 293 | { |
| 294 | return __b_stop_ofs(c->buf); |
| 295 | } |
| 296 | static inline const char *__ci_stop(const struct channel *c) |
| 297 | { |
| 298 | return __b_stop(c->buf); |
| 299 | } |
| 300 | static inline size_t ci_stop_ofs(const struct channel *c) |
| 301 | { |
| 302 | return b_stop_ofs(c->buf); |
| 303 | } |
| 304 | static inline const char *ci_stop(const struct channel *c) |
| 305 | { |
| 306 | return b_stop(c->buf); |
| 307 | } |
| 308 | |
| 309 | |
Willy Tarreau | 7194d3c | 2018-06-06 16:55:45 +0200 | [diff] [blame] | 310 | /* Returns the amount of input data that can contiguously be read at once */ |
| 311 | static inline size_t ci_contig_data(const struct channel *c) |
| 312 | { |
| 313 | return b_contig_data(c->buf, co_data(c)); |
| 314 | } |
| 315 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 316 | /* Initialize all fields in the channel. */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 317 | static inline void channel_init(struct channel *chn) |
Willy Tarreau | 5446940 | 2006-07-29 16:59:06 +0200 | [diff] [blame] | 318 | { |
Willy Tarreau | 2a4b543 | 2014-11-24 11:39:34 +0100 | [diff] [blame] | 319 | chn->buf = &buf_empty; |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 320 | chn->to_forward = 0; |
Willy Tarreau | b145c78 | 2014-02-09 17:45:16 +0100 | [diff] [blame] | 321 | chn->last_read = now_ms; |
Willy Tarreau | 8f39dcd | 2014-02-09 08:31:49 +0100 | [diff] [blame] | 322 | chn->xfer_small = chn->xfer_large = 0; |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 323 | chn->total = 0; |
| 324 | chn->pipe = NULL; |
| 325 | chn->analysers = 0; |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 326 | chn->flags = 0; |
Olivier Houchard | 08afac0 | 2018-06-22 19:26:39 +0200 | [diff] [blame] | 327 | chn->output = 0; |
Willy Tarreau | 5446940 | 2006-07-29 16:59:06 +0200 | [diff] [blame] | 328 | } |
| 329 | |
Willy Tarreau | 55a6906 | 2012-10-26 00:21:52 +0200 | [diff] [blame] | 330 | /* Schedule up to <bytes> more bytes to be forwarded via the channel without |
| 331 | * notifying the owner task. Any data pending in the buffer are scheduled to be |
| 332 | * sent as well, in the limit of the number of bytes to forward. This must be |
| 333 | * the only method to use to schedule bytes to be forwarded. If the requested |
| 334 | * number is too large, it is automatically adjusted. The number of bytes taken |
| 335 | * into account is returned. Directly touching ->to_forward will cause lockups |
| 336 | * when buf->o goes down to zero if nobody is ready to push the remaining data. |
| 337 | */ |
| 338 | static inline unsigned long long channel_forward(struct channel *chn, unsigned long long bytes) |
| 339 | { |
| 340 | /* hint: avoid comparisons on long long for the fast case, since if the |
| 341 | * length does not fit in an unsigned it, it will never be forwarded at |
| 342 | * once anyway. |
| 343 | */ |
| 344 | if (bytes <= ~0U) { |
| 345 | unsigned int bytes32 = bytes; |
| 346 | |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 347 | if (bytes32 <= ci_data(chn)) { |
Willy Tarreau | 55a6906 | 2012-10-26 00:21:52 +0200 | [diff] [blame] | 348 | /* OK this amount of bytes might be forwarded at once */ |
Willy Tarreau | bcbd393 | 2018-06-06 07:13:22 +0200 | [diff] [blame] | 349 | c_adv(chn, bytes32); |
Willy Tarreau | 55a6906 | 2012-10-26 00:21:52 +0200 | [diff] [blame] | 350 | return bytes; |
| 351 | } |
| 352 | } |
| 353 | return __channel_forward(chn, bytes); |
| 354 | } |
| 355 | |
Willy Tarreau | 8bf242b | 2016-05-04 14:05:58 +0200 | [diff] [blame] | 356 | /* Forwards any input data and marks the channel for permanent forwarding */ |
| 357 | static inline void channel_forward_forever(struct channel *chn) |
| 358 | { |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 359 | c_adv(chn, ci_data(chn)); |
Willy Tarreau | 8bf242b | 2016-05-04 14:05:58 +0200 | [diff] [blame] | 360 | chn->to_forward = CHN_INFINITE_FORWARD; |
| 361 | } |
| 362 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 363 | /*********************************************************************/ |
| 364 | /* These functions are used to compute various channel content sizes */ |
| 365 | /*********************************************************************/ |
Willy Tarreau | 4b517ca | 2011-11-25 20:33:58 +0100 | [diff] [blame] | 366 | |
Willy Tarreau | 8e21bb9 | 2012-08-24 22:40:29 +0200 | [diff] [blame] | 367 | /* Reports non-zero if the channel is empty, which means both its |
| 368 | * buffer and pipe are empty. The construct looks strange but is |
| 369 | * jump-less and much more efficient on both 32 and 64-bit than |
| 370 | * the boolean test. |
| 371 | */ |
Willy Tarreau | 41ab868 | 2017-10-19 14:58:40 +0200 | [diff] [blame] | 372 | static inline unsigned int channel_is_empty(const struct channel *c) |
Willy Tarreau | 8e21bb9 | 2012-08-24 22:40:29 +0200 | [diff] [blame] | 373 | { |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 374 | return !(co_data(c) | (long)c->pipe); |
Willy Tarreau | 8e21bb9 | 2012-08-24 22:40:29 +0200 | [diff] [blame] | 375 | } |
| 376 | |
Willy Tarreau | ba0902e | 2015-01-13 14:39:16 +0100 | [diff] [blame] | 377 | /* Returns non-zero if the channel is rewritable, which means that the buffer |
| 378 | * it is attached to has at least <maxrewrite> bytes immediately available. |
| 379 | * This is used to decide when a request or response may be parsed when some |
| 380 | * data from a previous exchange might still be present. |
Willy Tarreau | 379357a | 2013-06-08 12:55:46 +0200 | [diff] [blame] | 381 | */ |
Willy Tarreau | ba0902e | 2015-01-13 14:39:16 +0100 | [diff] [blame] | 382 | static inline int channel_is_rewritable(const struct channel *chn) |
Willy Tarreau | 379357a | 2013-06-08 12:55:46 +0200 | [diff] [blame] | 383 | { |
| 384 | int rem = chn->buf->size; |
| 385 | |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 386 | rem -= b_data(chn->buf); |
Willy Tarreau | 379357a | 2013-06-08 12:55:46 +0200 | [diff] [blame] | 387 | rem -= global.tune.maxrewrite; |
| 388 | return rem >= 0; |
| 389 | } |
| 390 | |
Willy Tarreau | 9c06ee4 | 2015-01-14 16:08:45 +0100 | [diff] [blame] | 391 | /* Tells whether data are likely to leave the buffer. This is used to know when |
| 392 | * we can safely ignore the reserve since we know we cannot retry a connection. |
| 393 | * It returns zero if data are blocked, non-zero otherwise. |
| 394 | */ |
| 395 | static inline int channel_may_send(const struct channel *chn) |
| 396 | { |
Willy Tarreau | 7379653 | 2014-11-28 14:10:28 +0100 | [diff] [blame] | 397 | return chn_cons(chn)->state == SI_ST_EST; |
Willy Tarreau | 9c06ee4 | 2015-01-14 16:08:45 +0100 | [diff] [blame] | 398 | } |
| 399 | |
Willy Tarreau | 3889fff | 2015-01-13 20:20:10 +0100 | [diff] [blame] | 400 | /* Returns non-zero if the channel can still receive data. This is used to |
Willy Tarreau | 379357a | 2013-06-08 12:55:46 +0200 | [diff] [blame] | 401 | * decide when to stop reading into a buffer when we want to ensure that we |
| 402 | * leave the reserve untouched after all pending outgoing data are forwarded. |
| 403 | * The reserved space is taken into account if ->to_forward indicates that an |
| 404 | * end of transfer is close to happen. Note that both ->buf->o and ->to_forward |
| 405 | * are considered as available since they're supposed to leave the buffer. The |
| 406 | * test is optimized to avoid as many operations as possible for the fast case |
Willy Tarreau | 4b46a3e | 2016-04-20 20:09:22 +0200 | [diff] [blame] | 407 | * and to be used as an "if" condition. Just like channel_recv_limit(), we |
| 408 | * never allow to overwrite the reserve until the output stream interface is |
| 409 | * connected, otherwise we could spin on a POST with http-send-name-header. |
Willy Tarreau | 4b517ca | 2011-11-25 20:33:58 +0100 | [diff] [blame] | 410 | */ |
Willy Tarreau | 3889fff | 2015-01-13 20:20:10 +0100 | [diff] [blame] | 411 | static inline int channel_may_recv(const struct channel *chn) |
Willy Tarreau | 4b517ca | 2011-11-25 20:33:58 +0100 | [diff] [blame] | 412 | { |
Willy Tarreau | 9b28e03 | 2012-10-12 23:49:43 +0200 | [diff] [blame] | 413 | int rem = chn->buf->size; |
Willy Tarreau | 9dab5fc | 2012-05-07 11:56:55 +0200 | [diff] [blame] | 414 | |
Willy Tarreau | 4428a29 | 2014-11-28 20:54:13 +0100 | [diff] [blame] | 415 | if (chn->buf == &buf_empty) |
Willy Tarreau | 3889fff | 2015-01-13 20:20:10 +0100 | [diff] [blame] | 416 | return 1; |
Willy Tarreau | 4428a29 | 2014-11-28 20:54:13 +0100 | [diff] [blame] | 417 | |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 418 | rem -= b_data(chn->buf); |
Willy Tarreau | 9dab5fc | 2012-05-07 11:56:55 +0200 | [diff] [blame] | 419 | if (!rem) |
Willy Tarreau | 3889fff | 2015-01-13 20:20:10 +0100 | [diff] [blame] | 420 | return 0; /* buffer already full */ |
Willy Tarreau | 9dab5fc | 2012-05-07 11:56:55 +0200 | [diff] [blame] | 421 | |
Willy Tarreau | 93dc478 | 2016-04-21 12:12:45 +0200 | [diff] [blame] | 422 | if (rem > global.tune.maxrewrite) |
| 423 | return 1; /* reserve not yet reached */ |
Willy Tarreau | 4b46a3e | 2016-04-20 20:09:22 +0200 | [diff] [blame] | 424 | |
Willy Tarreau | 93dc478 | 2016-04-21 12:12:45 +0200 | [diff] [blame] | 425 | if (!channel_may_send(chn)) |
| 426 | return 0; /* don't touch reserve until we can send */ |
Willy Tarreau | 9dab5fc | 2012-05-07 11:56:55 +0200 | [diff] [blame] | 427 | |
Willy Tarreau | 93dc478 | 2016-04-21 12:12:45 +0200 | [diff] [blame] | 428 | /* Now we know there's some room left in the reserve and we may |
| 429 | * forward. As long as i-to_fwd < size-maxrw, we may still |
| 430 | * receive. This is equivalent to i+maxrw-size < to_fwd, |
| 431 | * which is logical since i+maxrw-size is what overlaps with |
| 432 | * the reserve, and we want to ensure they're covered by scheduled |
| 433 | * forwards. |
| 434 | */ |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 435 | rem = ci_data(chn) + global.tune.maxrewrite - chn->buf->size; |
Willy Tarreau | 93dc478 | 2016-04-21 12:12:45 +0200 | [diff] [blame] | 436 | return rem < 0 || (unsigned int)rem < chn->to_forward; |
Willy Tarreau | 4b517ca | 2011-11-25 20:33:58 +0100 | [diff] [blame] | 437 | } |
| 438 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 439 | /* Returns true if the channel's input is already closed */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 440 | static inline int channel_input_closed(struct channel *chn) |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 441 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 442 | return ((chn->flags & CF_SHUTR) != 0); |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 443 | } |
| 444 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 445 | /* Returns true if the channel's output is already closed */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 446 | static inline int channel_output_closed(struct channel *chn) |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 447 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 448 | return ((chn->flags & CF_SHUTW) != 0); |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 449 | } |
| 450 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 451 | /* Check channel timeouts, and set the corresponding flags. The likely/unlikely |
| 452 | * have been optimized for fastest normal path. The read/write timeouts are not |
| 453 | * set if there was activity on the channel. That way, we don't have to update |
| 454 | * the timeout on every I/O. Note that the analyser timeout is always checked. |
Willy Tarreau | 2eb52f0 | 2008-09-04 09:14:08 +0200 | [diff] [blame] | 455 | */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 456 | static inline void channel_check_timeouts(struct channel *chn) |
Willy Tarreau | 2eb52f0 | 2008-09-04 09:14:08 +0200 | [diff] [blame] | 457 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 458 | if (likely(!(chn->flags & (CF_SHUTR|CF_READ_TIMEOUT|CF_READ_ACTIVITY|CF_READ_NOEXP))) && |
| 459 | unlikely(tick_is_expired(chn->rex, now_ms))) |
| 460 | chn->flags |= CF_READ_TIMEOUT; |
Willy Tarreau | 2eb52f0 | 2008-09-04 09:14:08 +0200 | [diff] [blame] | 461 | |
Christopher Faulet | c5a9d5b | 2017-11-09 09:36:43 +0100 | [diff] [blame] | 462 | if (likely(!(chn->flags & (CF_SHUTW|CF_WRITE_TIMEOUT|CF_WRITE_ACTIVITY|CF_WRITE_EVENT))) && |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 463 | unlikely(tick_is_expired(chn->wex, now_ms))) |
| 464 | chn->flags |= CF_WRITE_TIMEOUT; |
Willy Tarreau | 2eb52f0 | 2008-09-04 09:14:08 +0200 | [diff] [blame] | 465 | |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 466 | if (likely(!(chn->flags & CF_ANA_TIMEOUT)) && |
| 467 | unlikely(tick_is_expired(chn->analyse_exp, now_ms))) |
| 468 | chn->flags |= CF_ANA_TIMEOUT; |
Willy Tarreau | 2eb52f0 | 2008-09-04 09:14:08 +0200 | [diff] [blame] | 469 | } |
| 470 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 471 | /* Erase any content from channel <buf> and adjusts flags accordingly. Note |
Willy Tarreau | 0abebcc | 2009-01-08 00:09:41 +0100 | [diff] [blame] | 472 | * that any spliced data is not affected since we may not have any access to |
| 473 | * it. |
Willy Tarreau | e393fe2 | 2008-08-16 22:18:07 +0200 | [diff] [blame] | 474 | */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 475 | static inline void channel_erase(struct channel *chn) |
Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 476 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 477 | chn->to_forward = 0; |
Willy Tarreau | 474cf54 | 2014-11-24 10:54:47 +0100 | [diff] [blame] | 478 | b_reset(chn->buf); |
Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 479 | } |
| 480 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 481 | /* marks the channel as "shutdown" ASAP for reads */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 482 | static inline void channel_shutr_now(struct channel *chn) |
Willy Tarreau | fa7e102 | 2008-10-19 07:30:41 +0200 | [diff] [blame] | 483 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 484 | chn->flags |= CF_SHUTR_NOW; |
Willy Tarreau | fa7e102 | 2008-10-19 07:30:41 +0200 | [diff] [blame] | 485 | } |
| 486 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 487 | /* marks the channel as "shutdown" ASAP for writes */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 488 | static inline void channel_shutw_now(struct channel *chn) |
Willy Tarreau | fa7e102 | 2008-10-19 07:30:41 +0200 | [diff] [blame] | 489 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 490 | chn->flags |= CF_SHUTW_NOW; |
Willy Tarreau | fa7e102 | 2008-10-19 07:30:41 +0200 | [diff] [blame] | 491 | } |
| 492 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 493 | /* marks the channel as "shutdown" ASAP in both directions */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 494 | static inline void channel_abort(struct channel *chn) |
Willy Tarreau | fa7e102 | 2008-10-19 07:30:41 +0200 | [diff] [blame] | 495 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 496 | chn->flags |= CF_SHUTR_NOW | CF_SHUTW_NOW; |
| 497 | chn->flags &= ~CF_AUTO_CONNECT; |
Willy Tarreau | fa7e102 | 2008-10-19 07:30:41 +0200 | [diff] [blame] | 498 | } |
| 499 | |
Willy Tarreau | 520d95e | 2009-09-19 21:04:57 +0200 | [diff] [blame] | 500 | /* allow the consumer to try to establish a new connection. */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 501 | static inline void channel_auto_connect(struct channel *chn) |
Willy Tarreau | 3da77c5 | 2008-08-29 09:58:42 +0200 | [diff] [blame] | 502 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 503 | chn->flags |= CF_AUTO_CONNECT; |
Willy Tarreau | 3da77c5 | 2008-08-29 09:58:42 +0200 | [diff] [blame] | 504 | } |
| 505 | |
Willy Tarreau | 520d95e | 2009-09-19 21:04:57 +0200 | [diff] [blame] | 506 | /* prevent the consumer from trying to establish a new connection, and also |
| 507 | * disable auto shutdown forwarding. |
| 508 | */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 509 | static inline void channel_dont_connect(struct channel *chn) |
Willy Tarreau | 3da77c5 | 2008-08-29 09:58:42 +0200 | [diff] [blame] | 510 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 511 | chn->flags &= ~(CF_AUTO_CONNECT|CF_AUTO_CLOSE); |
Willy Tarreau | 3da77c5 | 2008-08-29 09:58:42 +0200 | [diff] [blame] | 512 | } |
| 513 | |
Willy Tarreau | 520d95e | 2009-09-19 21:04:57 +0200 | [diff] [blame] | 514 | /* allow the producer to forward shutdown requests */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 515 | static inline void channel_auto_close(struct channel *chn) |
Willy Tarreau | 0a5d5dd | 2008-11-23 19:31:35 +0100 | [diff] [blame] | 516 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 517 | chn->flags |= CF_AUTO_CLOSE; |
Willy Tarreau | 0a5d5dd | 2008-11-23 19:31:35 +0100 | [diff] [blame] | 518 | } |
| 519 | |
Willy Tarreau | 520d95e | 2009-09-19 21:04:57 +0200 | [diff] [blame] | 520 | /* prevent the producer from forwarding shutdown requests */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 521 | static inline void channel_dont_close(struct channel *chn) |
Willy Tarreau | 0a5d5dd | 2008-11-23 19:31:35 +0100 | [diff] [blame] | 522 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 523 | chn->flags &= ~CF_AUTO_CLOSE; |
Willy Tarreau | 0a5d5dd | 2008-11-23 19:31:35 +0100 | [diff] [blame] | 524 | } |
| 525 | |
Willy Tarreau | 90deb18 | 2010-01-07 00:20:41 +0100 | [diff] [blame] | 526 | /* allow the producer to read / poll the input */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 527 | static inline void channel_auto_read(struct channel *chn) |
Willy Tarreau | 90deb18 | 2010-01-07 00:20:41 +0100 | [diff] [blame] | 528 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 529 | chn->flags &= ~CF_DONT_READ; |
Willy Tarreau | 90deb18 | 2010-01-07 00:20:41 +0100 | [diff] [blame] | 530 | } |
| 531 | |
| 532 | /* prevent the producer from read / poll the input */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 533 | static inline void channel_dont_read(struct channel *chn) |
Willy Tarreau | 90deb18 | 2010-01-07 00:20:41 +0100 | [diff] [blame] | 534 | { |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 535 | chn->flags |= CF_DONT_READ; |
Willy Tarreau | 90deb18 | 2010-01-07 00:20:41 +0100 | [diff] [blame] | 536 | } |
| 537 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 538 | |
| 539 | /*************************************************/ |
| 540 | /* Buffer operations in the context of a channel */ |
| 541 | /*************************************************/ |
| 542 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 543 | |
| 544 | /* Return the max number of bytes the buffer can contain so that once all the |
Willy Tarreau | 169c470 | 2016-04-20 18:05:17 +0200 | [diff] [blame] | 545 | * pending bytes are forwarded, the buffer still has global.tune.maxrewrite |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 546 | * bytes free. The result sits between chn->size - maxrewrite and chn->size. |
Willy Tarreau | 169c470 | 2016-04-20 18:05:17 +0200 | [diff] [blame] | 547 | * It is important to mention that if buf->i is already larger than size-maxrw |
| 548 | * the condition above cannot be satisfied and the lowest size will be returned |
| 549 | * anyway. The principles are the following : |
| 550 | * 0) the empty buffer has a limit of zero |
| 551 | * 1) a non-connected buffer cannot touch the reserve |
| 552 | * 2) infinite forward can always fill the buffer since all data will leave |
| 553 | * 3) all output bytes are considered in transit since they're leaving |
| 554 | * 4) all input bytes covered by to_forward are considered in transit since |
| 555 | * they'll be converted to output bytes. |
| 556 | * 5) all input bytes not covered by to_forward as considered remaining |
| 557 | * 6) all bytes scheduled to be forwarded minus what is already in the input |
| 558 | * buffer will be in transit during future rounds. |
| 559 | * 7) 4+5+6 imply that the amount of input bytes (i) is irrelevant to the max |
| 560 | * usable length, only to_forward and output count. The difference is |
| 561 | * visible when to_forward > i. |
| 562 | * 8) the reserve may be covered up to the amount of bytes in transit since |
| 563 | * these bytes will only take temporary space. |
Willy Tarreau | 999f643 | 2016-01-25 01:09:11 +0100 | [diff] [blame] | 564 | * |
Willy Tarreau | 169c470 | 2016-04-20 18:05:17 +0200 | [diff] [blame] | 565 | * A typical buffer looks like this : |
Willy Tarreau | 999f643 | 2016-01-25 01:09:11 +0100 | [diff] [blame] | 566 | * |
Willy Tarreau | 169c470 | 2016-04-20 18:05:17 +0200 | [diff] [blame] | 567 | * <-------------- max_len -----------> |
| 568 | * <---- o ----><----- i -----> <--- 0..maxrewrite ---> |
| 569 | * +------------+--------------+-------+----------------------+ |
| 570 | * |////////////|\\\\\\\\\\\\\\|xxxxxxx| reserve | |
| 571 | * +------------+--------+-----+-------+----------------------+ |
| 572 | * <- fwd -> <-avail-> |
| 573 | * |
| 574 | * Or when to_forward > i : |
| 575 | * |
| 576 | * <-------------- max_len -----------> |
| 577 | * <---- o ----><----- i -----> <--- 0..maxrewrite ---> |
| 578 | * +------------+--------------+-------+----------------------+ |
| 579 | * |////////////|\\\\\\\\\\\\\\|xxxxxxx| reserve | |
| 580 | * +------------+--------+-----+-------+----------------------+ |
| 581 | * <-avail-> |
| 582 | * <------------------ fwd ----------------> |
| 583 | * |
| 584 | * - the amount of buffer bytes in transit is : min(i, fwd) + o |
| 585 | * - some scheduled bytes may be in transit (up to fwd - i) |
| 586 | * - the reserve is max(0, maxrewrite - transit) |
| 587 | * - the maximum usable buffer length is size - reserve. |
| 588 | * - the available space is max_len - i - o |
| 589 | * |
| 590 | * So the formula to compute the buffer's maximum length to protect the reserve |
| 591 | * when reading new data is : |
| 592 | * |
| 593 | * max = size - maxrewrite + min(maxrewrite, transit) |
| 594 | * = size - max(maxrewrite - transit, 0) |
| 595 | * |
| 596 | * But WARNING! The conditions might change during the transfer and it could |
| 597 | * very well happen that a buffer would contain more bytes than max_len due to |
| 598 | * i+o already walking over the reserve (eg: after a header rewrite), including |
| 599 | * i or o alone hitting the limit. So it is critical to always consider that |
| 600 | * bounds may have already been crossed and that available space may be negative |
| 601 | * for example. Due to this it is perfectly possible for this function to return |
| 602 | * a value that is lower than current i+o. |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 603 | */ |
Willy Tarreau | 3f5096d | 2015-01-14 20:21:43 +0100 | [diff] [blame] | 604 | static inline int channel_recv_limit(const struct channel *chn) |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 605 | { |
Willy Tarreau | ef907fe | 2016-05-03 17:46:24 +0200 | [diff] [blame] | 606 | unsigned int transit; |
Willy Tarreau | 999f643 | 2016-01-25 01:09:11 +0100 | [diff] [blame] | 607 | int reserve; |
| 608 | |
| 609 | /* return zero if empty */ |
| 610 | reserve = chn->buf->size; |
| 611 | if (chn->buf == &buf_empty) |
| 612 | goto end; |
| 613 | |
| 614 | /* return size - maxrewrite if we can't send */ |
| 615 | reserve = global.tune.maxrewrite; |
| 616 | if (unlikely(!channel_may_send(chn))) |
| 617 | goto end; |
| 618 | |
Willy Tarreau | ef907fe | 2016-05-03 17:46:24 +0200 | [diff] [blame] | 619 | /* We need to check what remains of the reserve after o and to_forward |
| 620 | * have been transmitted, but they can overflow together and they can |
| 621 | * cause an integer underflow in the comparison since both are unsigned |
| 622 | * while maxrewrite is signed. |
| 623 | * The code below has been verified for being a valid check for this : |
| 624 | * - if (o + to_forward) overflow => return size [ large enough ] |
| 625 | * - if o + to_forward >= maxrw => return size [ large enough ] |
| 626 | * - otherwise return size - (maxrw - (o + to_forward)) |
Willy Tarreau | 999f643 | 2016-01-25 01:09:11 +0100 | [diff] [blame] | 627 | */ |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 628 | transit = co_data(chn) + chn->to_forward; |
Willy Tarreau | ef907fe | 2016-05-03 17:46:24 +0200 | [diff] [blame] | 629 | reserve -= transit; |
| 630 | if (transit < chn->to_forward || // addition overflow |
| 631 | transit >= (unsigned)global.tune.maxrewrite) // enough transit data |
Willy Tarreau | 169c470 | 2016-04-20 18:05:17 +0200 | [diff] [blame] | 632 | return chn->buf->size; |
Willy Tarreau | 999f643 | 2016-01-25 01:09:11 +0100 | [diff] [blame] | 633 | end: |
| 634 | return chn->buf->size - reserve; |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 635 | } |
| 636 | |
Willy Tarreau | 2375233 | 2018-06-15 14:54:53 +0200 | [diff] [blame] | 637 | /* Returns non-zero if the channel's INPUT buffer's is considered full, which |
| 638 | * means that it holds at least as much INPUT data as (size - reserve). This |
| 639 | * also means that data that are scheduled for output are considered as potential |
| 640 | * free space, and that the reserved space is always considered as not usable. |
| 641 | * This information alone cannot be used as a general purpose free space indicator. |
| 642 | * However it accurately indicates that too many data were fed in the buffer |
| 643 | * for an analyzer for instance. See the channel_may_recv() function for a more |
| 644 | * generic function taking everything into account. |
| 645 | */ |
| 646 | static inline int channel_full(const struct channel *c, unsigned int reserve) |
| 647 | { |
| 648 | if (c->buf == &buf_empty) |
| 649 | return 0; |
| 650 | |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 651 | return (ci_data(c) + reserve >= c_size(c)); |
Willy Tarreau | 2375233 | 2018-06-15 14:54:53 +0200 | [diff] [blame] | 652 | } |
| 653 | |
| 654 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 655 | /* Returns the amount of space available at the input of the buffer, taking the |
| 656 | * reserved space into account if ->to_forward indicates that an end of transfer |
| 657 | * is close to happen. The test is optimized to avoid as many operations as |
| 658 | * possible for the fast case. |
| 659 | */ |
Willy Tarreau | b5051f8 | 2015-01-14 20:25:34 +0100 | [diff] [blame] | 660 | static inline int channel_recv_max(const struct channel *chn) |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 661 | { |
Willy Tarreau | 27bb0e1 | 2015-01-14 15:56:50 +0100 | [diff] [blame] | 662 | int ret; |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 663 | |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 664 | ret = channel_recv_limit(chn) - b_data(chn->buf); |
Willy Tarreau | 27bb0e1 | 2015-01-14 15:56:50 +0100 | [diff] [blame] | 665 | if (ret < 0) |
| 666 | ret = 0; |
| 667 | return ret; |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 668 | } |
| 669 | |
Willy Tarreau | 3f67999 | 2018-06-15 15:06:42 +0200 | [diff] [blame] | 670 | /* Returns the amount of bytes that can be written over the input data at once, |
| 671 | * including reserved space which may be overwritten. This is used by Lua to |
| 672 | * insert data in the input side just before the other data using buffer_replace(). |
| 673 | * The goal is to transfer these new data in the output buffer. |
| 674 | */ |
| 675 | static inline int ci_space_for_replace(const struct channel *chn) |
| 676 | { |
| 677 | const struct buffer *buf = chn->buf; |
| 678 | const char *end; |
| 679 | |
| 680 | /* If the input side data overflows, we cannot insert data contiguously. */ |
| 681 | if (b_head(buf) + b_data(buf) >= b_wrap(buf)) |
| 682 | return 0; |
| 683 | |
| 684 | /* Check the last byte used in the buffer, it may be a byte of the output |
| 685 | * side if the buffer wraps, or its the end of the buffer. |
| 686 | */ |
| 687 | end = b_head(buf); |
| 688 | if (end <= ci_head(chn)) |
| 689 | end = b_wrap(buf); |
| 690 | |
| 691 | /* Compute the amount of bytes which can be written. */ |
| 692 | return end - ci_tail(chn); |
| 693 | } |
| 694 | |
Christopher Faulet | a73e59b | 2016-12-09 17:30:18 +0100 | [diff] [blame] | 695 | /* Allocates a buffer for channel <chn>, but only if it's guaranteed that it's |
| 696 | * not the last available buffer or it's the response buffer. Unless the buffer |
| 697 | * is the response buffer, an extra control is made so that we always keep |
| 698 | * <tune.buffers.reserved> buffers available after this allocation. Returns 0 in |
| 699 | * case of failure, non-zero otherwise. |
| 700 | * |
| 701 | * If no buffer are available, the requester, represented by <wait> pointer, |
| 702 | * will be added in the list of objects waiting for an available buffer. |
| 703 | */ |
| 704 | static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) |
| 705 | { |
| 706 | int margin = 0; |
| 707 | |
| 708 | if (!(chn->flags & CF_ISRESP)) |
| 709 | margin = global.tune.reserved_bufs; |
| 710 | |
| 711 | if (b_alloc_margin(&chn->buf, margin) != NULL) |
| 712 | return 1; |
| 713 | |
Emeric Brun | a1dd243 | 2017-06-21 15:42:52 +0200 | [diff] [blame] | 714 | if (LIST_ISEMPTY(&wait->list)) { |
Christopher Faulet | 2a944ee | 2017-11-07 10:42:54 +0100 | [diff] [blame] | 715 | HA_SPIN_LOCK(BUF_WQ_LOCK, &buffer_wq_lock); |
Christopher Faulet | a73e59b | 2016-12-09 17:30:18 +0100 | [diff] [blame] | 716 | LIST_ADDQ(&buffer_wq, &wait->list); |
Christopher Faulet | 2a944ee | 2017-11-07 10:42:54 +0100 | [diff] [blame] | 717 | HA_SPIN_UNLOCK(BUF_WQ_LOCK, &buffer_wq_lock); |
Emeric Brun | a1dd243 | 2017-06-21 15:42:52 +0200 | [diff] [blame] | 718 | } |
| 719 | |
Christopher Faulet | a73e59b | 2016-12-09 17:30:18 +0100 | [diff] [blame] | 720 | return 0; |
| 721 | } |
| 722 | |
| 723 | /* Releases a possibly allocated buffer for channel <chn>. If it was not |
| 724 | * allocated, this function does nothing. Else the buffer is released and we try |
| 725 | * to wake up as many streams/applets as possible. */ |
| 726 | static inline void channel_release_buffer(struct channel *chn, struct buffer_wait *wait) |
| 727 | { |
Willy Tarreau | 0c7ed5d | 2018-07-10 09:53:31 +0200 | [diff] [blame] | 728 | if (c_size(chn) && c_empty(chn)) { |
Christopher Faulet | a73e59b | 2016-12-09 17:30:18 +0100 | [diff] [blame] | 729 | b_free(&chn->buf); |
Olivier Houchard | 673867c | 2018-05-25 16:58:52 +0200 | [diff] [blame] | 730 | offer_buffers(wait->target, tasks_run_queue); |
Christopher Faulet | a73e59b | 2016-12-09 17:30:18 +0100 | [diff] [blame] | 731 | } |
| 732 | } |
| 733 | |
Willy Tarreau | 319f745 | 2015-01-14 20:32:59 +0100 | [diff] [blame] | 734 | /* Truncate any unread data in the channel's buffer, and disable forwarding. |
| 735 | * Outgoing data are left intact. This is mainly to be used to send error |
| 736 | * messages after existing data. |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 737 | */ |
Willy Tarreau | 319f745 | 2015-01-14 20:32:59 +0100 | [diff] [blame] | 738 | static inline void channel_truncate(struct channel *chn) |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 739 | { |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 740 | if (!co_data(chn)) |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 741 | return channel_erase(chn); |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 742 | |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 743 | chn->to_forward = 0; |
Willy Tarreau | 3ee8344 | 2018-06-15 16:42:02 +0200 | [diff] [blame] | 744 | if (!ci_data(chn)) |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 745 | return; |
| 746 | |
Willy Tarreau | d54a8ce | 2018-06-29 18:42:02 +0200 | [diff] [blame] | 747 | chn->buf->len = co_data(chn); |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 748 | } |
| 749 | |
Willy Tarreau | 4cf1300 | 2018-06-06 06:53:15 +0200 | [diff] [blame] | 750 | /* This function realigns a possibly wrapping channel buffer so that the input |
| 751 | * part is contiguous and starts at the beginning of the buffer and the output |
| 752 | * part ends at the end of the buffer. This provides the best conditions since |
| 753 | * it allows the largest inputs to be processed at once and ensures that once |
| 754 | * the output data leaves, the whole buffer is available at once. |
| 755 | */ |
Willy Tarreau | fd8d42f | 2018-07-12 10:57:15 +0200 | [diff] [blame] | 756 | static inline void channel_slow_realign(struct channel *chn, char *swap) |
Willy Tarreau | 4cf1300 | 2018-06-06 06:53:15 +0200 | [diff] [blame] | 757 | { |
Willy Tarreau | fd8d42f | 2018-07-12 10:57:15 +0200 | [diff] [blame] | 758 | return b_slow_realign(chn->buf, swap, co_data(chn)); |
Willy Tarreau | 4cf1300 | 2018-06-06 06:53:15 +0200 | [diff] [blame] | 759 | } |
| 760 | |
Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 761 | /* |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 762 | * Advance the channel buffer's read pointer by <len> bytes. This is useful |
| 763 | * when data have been read directly from the buffer. It is illegal to call |
| 764 | * this function with <len> causing a wrapping at the end of the buffer. It's |
| 765 | * the caller's responsibility to ensure that <len> is never larger than |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 766 | * chn->o. Channel flag WRITE_PARTIAL is set. |
Willy Tarreau | 2b7addc | 2009-08-31 07:37:22 +0200 | [diff] [blame] | 767 | */ |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 768 | static inline void co_skip(struct channel *chn, int len) |
Willy Tarreau | 2b7addc | 2009-08-31 07:37:22 +0200 | [diff] [blame] | 769 | { |
Willy Tarreau | e5f12ce | 2018-06-15 10:28:05 +0200 | [diff] [blame] | 770 | b_del(chn->buf, len); |
Olivier Houchard | 08afac0 | 2018-06-22 19:26:39 +0200 | [diff] [blame] | 771 | chn->output -= len; |
Willy Tarreau | 0c7ed5d | 2018-07-10 09:53:31 +0200 | [diff] [blame] | 772 | c_realign_if_empty(chn); |
Willy Tarreau | 2b7addc | 2009-08-31 07:37:22 +0200 | [diff] [blame] | 773 | |
Willy Tarreau | fb0e920 | 2009-09-23 23:47:55 +0200 | [diff] [blame] | 774 | /* notify that some data was written to the SI from the buffer */ |
Christopher Faulet | c5a9d5b | 2017-11-09 09:36:43 +0100 | [diff] [blame] | 775 | chn->flags |= CF_WRITE_PARTIAL | CF_WRITE_EVENT; |
Willy Tarreau | 2b7addc | 2009-08-31 07:37:22 +0200 | [diff] [blame] | 776 | } |
Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 777 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 778 | /* Tries to copy chunk <chunk> into the channel's buffer after length controls. |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 779 | * The chn->o and to_forward pointers are updated. If the channel's input is |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 780 | * closed, -2 is returned. If the block is too large for this buffer, -3 is |
| 781 | * returned. If there is not enough room left in the buffer, -1 is returned. |
| 782 | * Otherwise the number of bytes copied is returned (0 being a valid number). |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 783 | * Channel flag READ_PARTIAL is updated if some data can be transferred. The |
Willy Tarreau | f941cf2 | 2012-08-27 20:53:34 +0200 | [diff] [blame] | 784 | * chunk's length is updated with the number of bytes sent. |
Willy Tarreau | aeac319 | 2009-08-31 08:09:57 +0200 | [diff] [blame] | 785 | */ |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 786 | static inline int ci_putchk(struct channel *chn, struct chunk *chunk) |
Willy Tarreau | aeac319 | 2009-08-31 08:09:57 +0200 | [diff] [blame] | 787 | { |
| 788 | int ret; |
| 789 | |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 790 | ret = ci_putblk(chn, chunk->str, chunk->len); |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 791 | if (ret > 0) |
| 792 | chunk->len -= ret; |
Willy Tarreau | aeac319 | 2009-08-31 08:09:57 +0200 | [diff] [blame] | 793 | return ret; |
| 794 | } |
| 795 | |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 796 | /* Tries to copy string <str> at once into the channel's buffer after length |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 797 | * controls. The chn->o and to_forward pointers are updated. If the channel's |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 798 | * input is closed, -2 is returned. If the block is too large for this buffer, |
| 799 | * -3 is returned. If there is not enough room left in the buffer, -1 is |
| 800 | * returned. Otherwise the number of bytes copied is returned (0 being a valid |
| 801 | * number). Channel flag READ_PARTIAL is updated if some data can be |
| 802 | * transferred. |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 803 | */ |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 804 | static inline int ci_putstr(struct channel *chn, const char *str) |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 805 | { |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 806 | return ci_putblk(chn, str, strlen(str)); |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 807 | } |
| 808 | |
| 809 | /* |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 810 | * Return one char from the channel's buffer. If the buffer is empty and the |
| 811 | * channel is closed, return -2. If the buffer is just empty, return -1. The |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 812 | * buffer's pointer is not advanced, it's up to the caller to call co_skip(buf, |
Willy Tarreau | 8263d2b | 2012-08-28 00:06:31 +0200 | [diff] [blame] | 813 | * 1) when it has consumed the char. Also note that this function respects the |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 814 | * chn->o limit. |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 815 | */ |
Willy Tarreau | 06d80a9 | 2017-10-19 14:32:15 +0200 | [diff] [blame] | 816 | static inline int co_getchr(struct channel *chn) |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 817 | { |
| 818 | /* closed or empty + imminent close = -2; empty = -1 */ |
Willy Tarreau | 974ced6 | 2012-10-12 23:11:02 +0200 | [diff] [blame] | 819 | if (unlikely((chn->flags & CF_SHUTW) || channel_is_empty(chn))) { |
| 820 | if (chn->flags & (CF_SHUTW|CF_SHUTW_NOW)) |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 821 | return -2; |
| 822 | return -1; |
| 823 | } |
Willy Tarreau | 50227f9 | 2018-06-15 15:18:17 +0200 | [diff] [blame] | 824 | return *co_head(chn); |
Willy Tarreau | 74b08c9 | 2010-09-08 17:04:31 +0200 | [diff] [blame] | 825 | } |
| 826 | |
Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 827 | |
Willy Tarreau | c7e4238 | 2012-08-24 19:22:53 +0200 | [diff] [blame] | 828 | #endif /* _PROTO_CHANNEL_H */ |
Willy Tarreau | baaee00 | 2006-06-26 02:48:02 +0200 | [diff] [blame] | 829 | |
| 830 | /* |
| 831 | * Local variables: |
| 832 | * c-indent-level: 8 |
| 833 | * c-basic-offset: 8 |
| 834 | * End: |
| 835 | */ |